Skip to content

Commit

Permalink
Update config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nour-borgi authored Mar 31, 2023
1 parent 1586d0d commit 9d3ebc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ The following config option are provided by the OpenHIM. All of these options ha
// * "openid" means with a third party authentication provider (e.g. keycloak).
// * [Deprecated] "token" means that a request should provide in the header an 'auth-token', 'auth-salt' and 'auth-ts' to be authenticated.
"authenicationTypes": ["token"],
// Keycloak configuration needed for the authentication
"keycloak": {
// Openid configuration needed for the authentication
"openid": {
// Keycloak realm url link
"url": "http://localhost:9088/realms/platform-realm",
// Callback URL used by Keycloak (should be the same callback URL specified in keycloak realm)
Expand Down

0 comments on commit 9d3ebc9

Please sign in to comment.