Add some documentation for OIDC

This commit is contained in:
eikek
2021-09-06 11:41:40 +02:00
parent 28fdeb5a93
commit 4237caa755
5 changed files with 152 additions and 3 deletions

View File

@ -134,7 +134,7 @@ docspell.server {
provider-id = "keycloak",
client-id = "docspell",
client-secret = "example-secret-439e-bf06-911e4cdd56a6",
scope = "docspell", # scope is required for OIDC
scope = "profile", # scope is required for OIDC
authorize-url = "http://localhost:8080/auth/realms/home/protocol/openid-connect/auth",
token-url = "http://localhost:8080/auth/realms/home/protocol/openid-connect/token",
#User URL is not used when signature key is set.