mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 20:39:40 +01:00
implemented password redirect url for mailu
This commit is contained in:
parent
280ef536da
commit
4192c153a2
@ -23,6 +23,7 @@ defaults_oidc:
|
|||||||
toke_url: "{{_oidc_client_issuer_url}}/protocol/openid-connect/token"
|
toke_url: "{{_oidc_client_issuer_url}}/protocol/openid-connect/token"
|
||||||
user_info_url: "{{_oidc_client_issuer_url}}/protocol/openid-connect/userinfo"
|
user_info_url: "{{_oidc_client_issuer_url}}/protocol/openid-connect/userinfo"
|
||||||
logout_url: "{{_oidc_client_issuer_url}}/protocol/openid-connect/logout"
|
logout_url: "{{_oidc_client_issuer_url}}/protocol/openid-connect/logout"
|
||||||
|
change_credentials: "{{_oidc_client_issuer_url}}account/account-security/signing-in"
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
### OAuth2-Proxy ###
|
### OAuth2-Proxy ###
|
||||||
|
@ -174,5 +174,5 @@ OIDC_VERIFY_SSL=True
|
|||||||
# Enable redirect to OIDC provider for password change. Possible values: True, False
|
# Enable redirect to OIDC provider for password change. Possible values: True, False
|
||||||
OIDC_CHANGE_PASSWORD_REDIRECT_ENABLED=True
|
OIDC_CHANGE_PASSWORD_REDIRECT_ENABLED=True
|
||||||
# Redirect URL for password change. Defaults to provider issuer url appended by /.well-known/change-password
|
# Redirect URL for password change. Defaults to provider issuer url appended by /.well-known/change-password
|
||||||
#OIDC_CHANGE_PASSWORD_REDIRECT_URL=https://oidc.example.com/pw-change
|
OIDC_CHANGE_PASSWORD_REDIRECT_URL={{oidc.client.change_credentials}}
|
||||||
{% endif %}
|
{% endif %}
|
Loading…
x
Reference in New Issue
Block a user