website/settings.dist.ini
Kumi 81115792b7
Add OIDC
Sample settings file
2023-07-08 16:51:05 +02:00

16 lines
449 B
INI

[KumiSystems]
debug = 0 # Set to 1 to enable debug
host = kumisystems.local
# Uncomment and change values to enable OpenID Connect authentication
# [OIDC]
# name = KumiDC
# createusers = 0
# clientid = 012345
# clientsecret = afjkhsdjfkhajlkfhdsljkfh
# jwks = https://kumidc.local/openid/jwks/
# authorization = https://kumidc.local/openid/authorize/
# token = https://kumidc.local/openid/token/
# userinfo = https://kumidc.local/openid/userinfo/