Skip to content

Commit 9d3ebc9

Browse files
authored
Update config.md
1 parent 1586d0d commit 9d3ebc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ The following config option are provided by the OpenHIM. All of these options ha
7474
// * "openid" means with a third party authentication provider (e.g. keycloak).
7575
// * [Deprecated] "token" means that a request should provide in the header an 'auth-token', 'auth-salt' and 'auth-ts' to be authenticated.
7676
"authenicationTypes": ["token"],
77-
// Keycloak configuration needed for the authentication
78-
"keycloak": {
77+
// Openid configuration needed for the authentication
78+
"openid": {
7979
// Keycloak realm url link
8080
"url": "http://localhost:9088/realms/platform-realm",
8181
// Callback URL used by Keycloak (should be the same callback URL specified in keycloak realm)

0 commit comments

Comments
 (0)