Solved bugs

This commit is contained in:
2025-04-06 19:06:56 +02:00
parent df538033d9
commit a9c25a28c6
5 changed files with 5 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ ENABLE_TELEMETRY = True
{% if applications[application_id].oidc.enabled %}
# OICD
# @See https://github.com/robrotheram/taiga-contrib-openid-auth
ENABLE_OPENID="True"
ENABLE_OPENID=True
OPENID_URL="{{oidc.client.authorize_url}}"
OPENID_USER_URL="{{oidc.client.user_info_url}}"
OPENID_TOKEN_URL="{{oidc.client.token_url}}"