Skip to content

Commit

Permalink
🔧 Add INCLUDE PRD keycloak config to smilecdr
Browse files Browse the repository at this point in the history
  • Loading branch information
znatty22 committed Jul 30, 2024
1 parent 9addd27 commit b6118f4
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion smilecdr/settings/oidc-servers.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
{
"nodeId": "Master",
"moduleId": "security_in_smart",
"issuer": "https://keycloak-qa.373997854230.d3b.io/realms/includedcc",
"issuer": "https://keycloak-qa.373997854230.d3b.io/realms/fhir",
"name": "Include Keycloak QA Server",
"federationAuthScriptText": "",
"federationAuthorizationUrl": "",
Expand All @@ -68,6 +68,23 @@
"tokenIntrospectionClientSecret": "",
"validationJwkFile": "",
"validationJwkText": ""
},
{
"nodeId": "Master",
"moduleId": "security_in_smart",
"issuer": "https://keycloak.includedcc.org/realms/fhir",
"name": "Include Keycloak PRD Server",
"federationAuthScriptText": "",
"federationAuthorizationUrl": "",
"federationJwkSetUrl": "",
"federationRequestScopes": "openid profile fhir",
"federationTokenUrl": "",
"federationUserInfoUrl": "",
"federationUserMappingScriptText": "",
"tokenIntrospectionClientId": "",
"tokenIntrospectionClientSecret": "",
"validationJwkFile": "",
"validationJwkText": ""
}
]
}

0 comments on commit b6118f4

Please sign in to comment.