diff --git a/README.md b/README.md index 0f7792c..c55fdb9 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/smilecdr/settings/oidc-servers.json b/smilecdr/settings/oidc-servers.json index 600d1e8..a2ef4cf 100644 --- a/smilecdr/settings/oidc-servers.json +++ b/smilecdr/settings/oidc-servers.json @@ -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": "", @@ -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": "",