mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 10:59:33 +00:00
Fix base64 string in default config
While not being used, it is parsed and fails if it's not valid base64.
This commit is contained in:
parent
cc5c01089a
commit
4362301212
@ -139,7 +139,7 @@ docspell.server {
|
|||||||
token-url = "http://localhost:8080/auth/realms/home/protocol/openid-connect/token",
|
token-url = "http://localhost:8080/auth/realms/home/protocol/openid-connect/token",
|
||||||
#User URL is not used when signature key is set.
|
#User URL is not used when signature key is set.
|
||||||
#user-url = "http://localhost:8080/auth/realms/home/protocol/openid-connect/userinfo",
|
#user-url = "http://localhost:8080/auth/realms/home/protocol/openid-connect/userinfo",
|
||||||
sign-key = "b64:MII…ZYL09vAwLn8EAcSkCAwEAAQ==",
|
sign-key = "b64:anVzdC1hLXRlc3Q=",
|
||||||
sig-algo = "RS512"
|
sig-algo = "RS512"
|
||||||
},
|
},
|
||||||
# The collective of the user is given in the access token as
|
# The collective of the user is given in the access token as
|
||||||
|
Loading…
x
Reference in New Issue
Block a user