set default configuration
This commit is contained in:
parent
188140a811
commit
607aaf4000
|
@ -1,12 +1,13 @@
|
||||||
hydra:
|
hydra:
|
||||||
apps:
|
apps:
|
||||||
- id: oidc
|
- id: oidc
|
||||||
title:
|
title:
|
||||||
fr: Connexion OIDC
|
fr: Connexion OIDC
|
||||||
en: Login OIDC
|
en: Login OIDC
|
||||||
description:
|
description:
|
||||||
fr: Authentification avec OpenID Connect
|
fr: Authentification avec OpenID Connect
|
||||||
en: Authentication with OpenID Connect
|
en: Authentication with OpenID Connect
|
||||||
login_url: "%env(string:HYDRA_DISPATCHER_OIDC_LOGIN_URL)%"
|
login_url: "%env(string:HYDRA_DISPATCHER_OIDC_LOGIN_URL)%"
|
||||||
consent_url: "%env(string:HYDRA_DISPATCHER_OIDC_CONSENT_URL)%"
|
consent_url: "%env(string:HYDRA_DISPATCHER_OIDC_CONSENT_URL)%"
|
||||||
logout_url: "%env(string:HYDRA_DISPATCHER_OIDC_LOGOUT_URL)%"
|
logout_url: "%env(string:HYDRA_DISPATCHER_OIDC_LOGOUT_URL)%"
|
||||||
|
attributes_rewrite_configuration: []
|
||||||
|
|
Loading…
Reference in New Issue