nextcloud: fixed oidc

This commit is contained in:
eyjhb 2025-05-29 20:49:52 +02:00
parent 8e5f22a87e
commit 54c4361f64
Signed by: eyjhb
GPG key ID: 609F508E3239F920

View file

@ -168,7 +168,6 @@ in {
oidc_login_proxy_ldap = true; # SUPER IMPORTANT! oidc_login_proxy_ldap = true; # SUPER IMPORTANT!
oidc_login_auto_redirect = true; oidc_login_auto_redirect = true;
oidc_login_button_text = "Log in with Authelia"; oidc_login_button_text = "Log in with Authelia";
oidc_login_use_id_token = true;
oidc_login_attributes = { oidc_login_attributes = {
id = "preferred_username"; id = "preferred_username";
ldap_uid = "preferred_username"; ldap_uid = "preferred_username";
@ -223,7 +222,6 @@ in {
client_secret = "$pbkdf2-sha512$310000$kLNQ/1A.uasSN4g8q94jUQ$8OKNUNNumHCh8dVG5/QWys7u.y1guqFXlrL.bMm7/HKTsWhpib/W.8qlU6VU7V1Be/h14Y.fJi3RLvbkEdo2kA"; client_secret = "$pbkdf2-sha512$310000$kLNQ/1A.uasSN4g8q94jUQ$8OKNUNNumHCh8dVG5/QWys7u.y1guqFXlrL.bMm7/HKTsWhpib/W.8qlU6VU7V1Be/h14Y.fJi3RLvbkEdo2kA";
consent_mode = "implicit"; consent_mode = "implicit";
redirect_uris = [ "https://${svc_domain}/apps/oidc_login/oidc" ]; redirect_uris = [ "https://${svc_domain}/apps/oidc_login/oidc" ];
claims_policy = "default";
scopes = [ scopes = [
"openid" "openid"
"profile" "profile"