sso-kustom/components/hydra-oidc/files/hydra/oidc.yaml

14 lines
452 B
YAML
Raw Normal View History

2023-02-01 14:02:39 +01:00
hydra:
apps:
- id: oidc
2023-07-26 15:42:16 +02:00
title:
2023-02-01 14:02:39 +01:00
fr: Connexion OIDC
en: Login OIDC
2023-07-26 15:42:16 +02:00
description:
2023-02-01 14:02:39 +01:00
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)%"
2023-07-26 15:42:16 +02:00
logout_url: "%env(string:HYDRA_DISPATCHER_OIDC_LOGOUT_URL)%"
attributes_rewrite_configuration: []