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