We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1586d0d commit 9d3ebc9Copy full SHA for 9d3ebc9
config/config.md
@@ -74,8 +74,8 @@ The following config option are provided by the OpenHIM. All of these options ha
74
// * "openid" means with a third party authentication provider (e.g. keycloak).
75
// * [Deprecated] "token" means that a request should provide in the header an 'auth-token', 'auth-salt' and 'auth-ts' to be authenticated.
76
"authenicationTypes": ["token"],
77
- // Keycloak configuration needed for the authentication
78
- "keycloak": {
+ // Openid configuration needed for the authentication
+ "openid": {
79
// Keycloak realm url link
80
"url": "http://localhost:9088/realms/platform-realm",
81
// Callback URL used by Keycloak (should be the same callback URL specified in keycloak realm)
0 commit comments