fixed config errors
This commit is contained in:
parent
94c2ac2a3e
commit
192aa12300
@ -1,6 +1,6 @@
|
||||
[broker]
|
||||
# log level; can be error, warn, info, debug, trace
|
||||
log_level = "info"
|
||||
log_level = "debug"
|
||||
|
||||
[graphql]
|
||||
# path and file name to GraphQL schema file
|
||||
|
@ -1,6 +1,6 @@
|
||||
[generic]
|
||||
# log level; can be error, warn, info, debug, trace
|
||||
log_level = "info"
|
||||
log_level = "debug"
|
||||
|
||||
[idp_config]
|
||||
# URL of IdP's discovery endpoint. If not set, the URL is made up by appending
|
||||
@ -12,9 +12,9 @@ jwks_url = "https://kcdev.basebox.health:8443/realms/todo/protocol/openid-connec
|
||||
[id_token_validation]
|
||||
# Incoming ID tokens are validated using, among other, the following fields.
|
||||
# Contents of 'iss' field, usually the URL of the authetnication realm
|
||||
iss = "https://kcdev.basebox.health/realms/todo"
|
||||
iss = "https://kcdev.basebox.health:8443/realms/todo"
|
||||
# Contents of 'aud' field, aka the OpenID connect client ID
|
||||
aud = "test-1"
|
||||
aud = "todo-app"
|
||||
|
||||
[graphql]
|
||||
# path and file name to GraphQL schema file
|
||||
|
Loading…
Reference in New Issue
Block a user