feat: add hydra-saml component

This commit is contained in:
2023-02-01 16:18:47 +01:00
parent f93ae0b4ba
commit d2960e3be2
8 changed files with 147 additions and 1 deletions

View File

@ -0,0 +1,12 @@
hydra:
apps:
- id: saml
title:
fr: Connexion SAML
en: Login SAML
description:
fr: Authentification avec SAML
en: Authentication with SAML
login_url: "%env(string:HYDRA_DISPATCHER_SAML_LOGIN_URL)%"
consent_url: "%env(string:HYDRA_DISPATCHER_SAML_CONSENT_URL)%"
logout_url: "%env(string:HYDRA_DISPATCHER_SAML_LOGOUT_URL)%"