feat: add hydra-oidc component
This commit is contained in:
12
components/hydra-oidc/files/hydra/oidc.yaml
Normal file
12
components/hydra-oidc/files/hydra/oidc.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
hydra:
|
||||
apps:
|
||||
- id: oidc
|
||||
title:
|
||||
fr: Connexion OIDC
|
||||
en: Login OIDC
|
||||
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)%"
|
Reference in New Issue
Block a user