nineskeletor/containers/hydra-dispatcher/hydra/providers.yml

44 lines
1.4 KiB
YAML
Raw Normal View History

2022-08-26 15:13:22 +02:00
hydra:
apps:
2022-08-27 18:24:56 +02:00
- id: ninesql
title:
fr: NINE SQL
en: NINE SQL
description:
fr: Authentification via NINESQL
en: Authentication by NINESQL
2022-08-28 13:25:20 +02:00
icon_url: https://127.0.0.1:8000/medias/icons/icon_bdd.png
2022-08-27 18:24:56 +02:00
login_url: http://127.0.0.1:8000/hydra/loginsql
consent_url: http://127.0.0.1:8000/hydra/consent
logout_url: http://127.0.0.1:8000/hydra/logoutsql
attributes_rewrite_rules:
username:
- consent.session.id_token.username
email:
- consent.session.id_token.email
firstname:
- consent.session.id_token.firstname
lastname:
- consent.session.id_token.lastname
2022-08-26 15:13:22 +02:00
2022-08-27 18:24:56 +02:00
- id: nineldap
title:
fr: NINE LDAP
en: NINE LDAP
description:
fr: Authentification via NINELDAP
en: Authentication by NINELDAP
2022-08-28 13:25:20 +02:00
icon_url: https://127.0.0.1:8000/medias/icons/icon_phpldapadmin.png
2022-08-27 18:24:56 +02:00
login_url: http://127.0.0.1:8000/hydra/loginldap
consent_url: http://127.0.0.1:8000/hydra/consent
logout_url: http://127.0.0.1:8000/hydra/logoutldap
attributes_rewrite_rules:
username:
- consent.session.id_token.username
email:
- consent.session.id_token.email
firstname:
- consent.session.id_token.firstname
lastname:
- consent.session.id_token.lastname