mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2023-01-31 15:00
This commit is contained in:
@@ -50,10 +50,10 @@ PENPOT_REGISTRATION_DOMAIN_WHITELIST="{{ penpot_user_registration_allowed_domain
|
||||
## Authentication providers
|
||||
{% if penpot_oidc_auth %}
|
||||
PENPOT_OIDC_BASE_URI={{ penpot_oidc_base_url }}
|
||||
PENPOT_OIDC_USER_URL={{ penpot_oidc_user_url }}
|
||||
PENPOT_OIDC_AUTH_URL={{ penpot_oidc_auth_url }}
|
||||
PENPOT_OIDC_TOKEN_URL={{ penpot_oidc_token_url }}
|
||||
PENPOT_OIDC_SCOPE={{ penpot_oidc_scope }}
|
||||
PENPOT_OIDC_USER_URI={{ penpot_oidc_user_url }}
|
||||
PENPOT_OIDC_AUTH_URI={{ penpot_oidc_auth_url }}
|
||||
PENPOT_OIDC_TOKEN_URI={{ penpot_oidc_token_url }}
|
||||
PENPOT_OIDC_SCOPE="{{ penpot_oidc_scope }}"
|
||||
PENPOT_OIDC_CLIENT_ID={{ penpot_oidc_client_id }}
|
||||
PENPOT_OIDC_CLIENT_SECRET={{ penpot_oidc_client_secret }}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user