authelia: update stopped providing claims in response
This adds the default claim policy, which can be used to provide the past behaviour for this. Services that require this still needs to be identified.
This commit is contained in:
parent
bb68927c6e
commit
8e5f22a87e
3 changed files with 16 additions and 0 deletions
|
@ -223,6 +223,7 @@ in {
|
|||
client_secret = "$pbkdf2-sha512$310000$kLNQ/1A.uasSN4g8q94jUQ$8OKNUNNumHCh8dVG5/QWys7u.y1guqFXlrL.bMm7/HKTsWhpib/W.8qlU6VU7V1Be/h14Y.fJi3RLvbkEdo2kA";
|
||||
consent_mode = "implicit";
|
||||
redirect_uris = [ "https://${svc_domain}/apps/oidc_login/oidc" ];
|
||||
claims_policy = "default";
|
||||
scopes = [
|
||||
"openid"
|
||||
"profile"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue