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:
eyjhb 2025-05-29 16:22:28 +02:00
parent bb68927c6e
commit 8e5f22a87e
Signed by: eyjhb
GPG key ID: 609F508E3239F920
3 changed files with 16 additions and 0 deletions

View file

@ -106,6 +106,7 @@ in {
client_secret = "$pbkdf2-sha512$310000$KB4UqeuVr86lEOoISSE92w$i2YGpz3wRwceiRfYnMUhZ0MboutkDPPYVWnXqiw6tUt./mgZ5kfV1ES.kcdsHhMdavhCrJfWvVTPQRJKImuUrQ";
consent_mode = "implicit";
redirect_uris = [ "https://${svc_domain}/api/auth/callback/oidc" ];
claims_policy = "default";
scopes = [
"openid"
"email"