feat: add hydra-oidc component

This commit is contained in:
2023-02-01 14:02:39 +01:00
parent 51535d76bf
commit 2a479a1f86
6 changed files with 89 additions and 1 deletions

View 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)%"