correction docker
Some checks failed
Cadoles/nineskeletor/pipeline/head There was a failure building this commit

This commit is contained in:
2023-09-14 22:44:53 +02:00
parent cad2babda5
commit db0e67b04e
5 changed files with 41 additions and 40 deletions

View File

@ -6,6 +6,7 @@ ARG ADDITIONAL_PACKAGES="tree \
php81-pdo=${PHP_PKG_VERSION} \
php81-pdo_pgsql=${PHP_PKG_VERSION} \
php81-intl=${PHP_PKG_VERSION} \
php81-ldap=${PHP_PKG_VERSION} \
php81-pecl-redis=5.3.7-r0"
FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-standalone

View File

@ -7,10 +7,10 @@ hydra:
description:
fr: Authentification via NINESQL
en: Authentication by NINESQL
icon_url: https://127.0.0.1:8000/medias/icons/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:8080/medias/icons/icon_bdd.png
login_url: http://localhost:8080/hydra/loginsql
consent_url: http://localhost:8080/hydra/consent
logout_url: http://localhost:8080/hydra/logoutsql
attributes_rewrite_rules:
username:
- consent.session.id_token.username
@ -28,10 +28,10 @@ hydra:
description:
fr: Authentification via NINELDAP
en: Authentication by NINELDAP
icon_url: https://127.0.0.1:8000/medias/icons/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
icon_url: http://localhost:8080/medias/icons/icon_phpldapadmin.png
login_url: http://localhost:8080/hydra/loginldap
consent_url: http://localhost:8080/hydra/consent
logout_url: http://localhost:8080/hydra/logoutldap
attributes_rewrite_rules:
username:
- consent.session.id_token.username

View File

@ -9,11 +9,11 @@
"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:8080"],
"redirect_uris": ["http://localhost:8080/oauth2/callback"],
"response_types": [
"code"
],
"logo_uri": "https://127.0.0.1:8000/minio/logo",
"logo_uri": "http://localhost:8080/minio/logo",
"scope": "openid"
}