dockerisation app
Some checks failed
Cadoles/nineskeletor/pipeline/head There was a failure building this commit
Some checks failed
Cadoles/nineskeletor/pipeline/head There was a failure building this commit
This commit is contained in:
@ -1,43 +1,43 @@
|
||||
hydra:
|
||||
apps:
|
||||
- id: ninesql
|
||||
title:
|
||||
title:
|
||||
fr: NINE SQL
|
||||
en: NINE SQL
|
||||
description:
|
||||
description:
|
||||
fr: Authentification via NINESQL
|
||||
en: Authentication by NINESQL
|
||||
icon_url: https://127.0.0.1:8000/medias/icon/icon_bdd.png
|
||||
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
|
||||
icon_url: http://localhost:8005/medias/icon/icon_bdd.png
|
||||
login_url: http://localhost:8005/hydra/loginsql
|
||||
consent_url: http://localhost:8005/hydra/consent
|
||||
logout_url: http://localhost:8005/hydra/logoutsql
|
||||
attributes_rewrite_rules:
|
||||
username:
|
||||
username:
|
||||
- consent.session.id_token.username
|
||||
email:
|
||||
email:
|
||||
- consent.session.id_token.email
|
||||
firstname:
|
||||
- consent.session.id_token.firstname
|
||||
lastname:
|
||||
- consent.session.id_token.lastname
|
||||
|
||||
- id: nineldap
|
||||
title:
|
||||
fr: NINE LDAP
|
||||
en: NINE LDAP
|
||||
description:
|
||||
fr: Authentification via NINELDAP
|
||||
en: Authentication by NINELDAP
|
||||
icon_url: https://127.0.0.1:8000/medias/icon/icon_phpldapadmin.png
|
||||
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
|
||||
#- id: nineldap
|
||||
# title:
|
||||
# fr: NINE LDAP
|
||||
# en: NINE LDAP
|
||||
# description:
|
||||
# fr: Authentification via NINELDAP
|
||||
# en: Authentication by NINELDAP
|
||||
# icon_url: http://localhost:8005/medias/icon/icon_phpldapadmin.png
|
||||
# login_url: http://localhost:8005/hydra/loginldap
|
||||
# consent_url: http://localhost:8005/hydra/consent
|
||||
# logout_url: http://localhost:8005/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
|
||||
|
@ -9,11 +9,12 @@
|
||||
"jwks": {},
|
||||
"metadata": {},
|
||||
"token_endpoint_auth_method": "client_secret_post",
|
||||
"post_logout_redirect_uris": ["https://127.0.0.1:8000"],
|
||||
"redirect_uris": ["https://127.0.0.1:8000/oauth2/callback"],
|
||||
"post_logout_redirect_uris": ["http://localhost:8005"],
|
||||
"redirect_uris": ["http://localhost:8005/oauth2/callback"],
|
||||
"response_types": [
|
||||
"code"
|
||||
],
|
||||
"logo_uri": "https://127.0.0.1:8000/minio/logo",
|
||||
"logo_uri": "http://localhost:8005/minio/logo",
|
||||
"scope": "openid"
|
||||
|
||||
}
|
Reference in New Issue
Block a user