Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dev-tips.md #992

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/development/dev-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
## Integrate Scratch Org with External Systems.
_Integrate your scratch org with test instances of ODR, EMPI, or Filescan Connect Web Service._
### Install the needed certificates:
- Download [moh_dev_certs.jks](https://hlth.sp.gov.bc.ca/sites/HLTHSP/HSIMT/SP/SAT/_layouts/15/DocIdRedir.aspx?ID=F2RWFFZUCM2Q-797944229-1597).
- Download moh_dev_certs.jks from [SAT Developer Home](https://proactionca.ent.cgi.com/confluence/pages/viewpage.action?pageId=132851398).
- Go to Setup > Identity > Certificate and Key Management > Create a self-signed certificate `dev_cert` from Key 4096 and save.
- Go to Setup > Identity > Identity Provider > Enable. Choose `dev_cert` and save.
- Go to Setup > Certificate and Key Management > and click "Import from Keystore"
- Upload the jks file. Enter "JKS Password" listed in [moh-dev-certs.txt](https://hlth.sp.gov.bc.ca/sites/HLTHSP/HSIMT/SP/SAT/_layouts/15/DocIdRedir.aspx?ID=F2RWFFZUCM2Q-797944229-1598)
- Upload the jks file. Enter "JKS Password" listed in moh-dev-certs.txt on [SAT Developer Home](https://proactionca.ent.cgi.com/confluence/pages/viewpage.action?pageId=132851398).
### Create the needed Named Credentials
_The names of these Named Credentials are CASE SENSITIVE as they are api names that are referenced in code. Please match this carefullly, especially for EMPI as the Label and Name do not match._

The most recent versions of the files for SAT Certificates can be found at this location:
[SAT Developer Home](https://proactionca.ent.cgi.com/confluence/pages/viewpage.action?pageId=132851398).

Go to Setup > Named Credentials.

Create new Legacy Named Credential "EMPI"
Expand Down
Loading