Added roundcube authelia log out fix

This commit is contained in:
root 2025-01-21 20:25:27 +00:00
parent 9b3e2ef680
commit 3a412f614a

View File

@ -161,6 +161,10 @@ cat >> /federated/apps/authelia/data/config/idproviders.yml <<EOF
- 'openid' - 'openid'
- 'profile' - 'profile'
- 'email' - 'email'
- 'offline_access'
grant_types:
- refresh_token
- authorization_code
userinfo_signed_response_alg: 'none' userinfo_signed_response_alg: 'none'
token_endpoint_auth_method: 'client_secret_post' token_endpoint_auth_method: 'client_secret_post'
EOF EOF