nextcloud: fixed oidc
This commit is contained in:
parent
8e5f22a87e
commit
54c4361f64
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue