From aaae6e2f20cca8209ad46aa5d729e607e1f47ce3 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Wed, 26 Jul 2023 15:42:16 +0200 Subject: [PATCH] set default configuration --- components/hydra-oidc/files/hydra/oidc.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/hydra-oidc/files/hydra/oidc.yaml b/components/hydra-oidc/files/hydra/oidc.yaml index 07b9bc4..ccabe7d 100644 --- a/components/hydra-oidc/files/hydra/oidc.yaml +++ b/components/hydra-oidc/files/hydra/oidc.yaml @@ -1,12 +1,13 @@ hydra: apps: - id: oidc - title: + title: fr: Connexion OIDC en: Login OIDC - description: + description: fr: Authentification avec OpenID Connect en: Authentication with OpenID Connect login_url: "%env(string:HYDRA_DISPATCHER_OIDC_LOGIN_URL)%" consent_url: "%env(string:HYDRA_DISPATCHER_OIDC_CONSENT_URL)%" - logout_url: "%env(string:HYDRA_DISPATCHER_OIDC_LOGOUT_URL)%" \ No newline at end of file + logout_url: "%env(string:HYDRA_DISPATCHER_OIDC_LOGOUT_URL)%" + attributes_rewrite_configuration: []