Skip to content

Commit

Permalink
🔧 Update OIDC issuer in QA
Browse files Browse the repository at this point in the history
  • Loading branch information
znatty22 committed Jan 8, 2024
1 parent 23d11de commit eab6290
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ credentials and then use these to get the access token from Keycloak:
```shell
client_id: myclient
client_secret: mysecret
token_url: https://kf-keycloak-qa.kf-strides.org/auth/realms/FHIR-TEST/protocol/openid-connect/token
token_url: https://keycloak-qa.kf-strides.org/realms/FHIR-TEST/protocol/openid-connect/token
```

```shell
curl -X POST -d "client_id=myclient&client_secret=mysecret&grant_type=client_credentials" \
-H "Content-Type: application/x-www-form-urlencoded" \
https://kf-keycloak-qa.kf-strides.org/auth/realms/FHIR-TEST/protocol/openid-connect/token
https://keycloak-qa.kf-strides.org/realms/FHIR-TEST/protocol/openid-connect/token
```

You will get something that looks like this:
Expand Down
6 changes: 3 additions & 3 deletions smilecdr/settings/oidc-servers.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"nodeId": "Master",
"moduleId": "security_in_smart",
"issuer": "https://kf-keycloak-qa.kf-strides.org/auth/realms/FHIR-TEST",
"name": "Keycloak QA Strides Server",
"issuer": "https://keycloak-qa.kf-strides.org/realms/FHIR-TEST",
"name": "Keycloak QA Server",
"federationAuthScriptText": "",
"federationAuthorizationUrl": "",
"federationJwkSetUrl": "",
Expand All @@ -22,7 +22,7 @@
"nodeId": "Master",
"moduleId": "security_in_smart",
"issuer": "https://kf-keycloak.kf-strides.org/auth/realms/fhir",
"name": "Keycloak PRD Strides Server",
"name": "Keycloak PRD Server",
"federationAuthScriptText": "",
"federationAuthorizationUrl": "",
"federationJwkSetUrl": "",
Expand Down

0 comments on commit eab6290

Please sign in to comment.