feat: add hydra-saml component
This commit is contained in:
12
components/hydra-saml/files/hydra/saml.yaml
Normal file
12
components/hydra-saml/files/hydra/saml.yaml
Normal 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)%"
|
Reference in New Issue
Block a user