login app hydra

This commit is contained in:
2022-08-28 13:25:20 +02:00
parent c3328a1ba0
commit 12463fe1b2
224 changed files with 52 additions and 24 deletions

View File

@ -1,24 +1,5 @@
hydra:
apps:
- id: passwordless
title:
fr: addresse courriel
en: email address
description:
fr: Authentification via adresse courriel
en: Authentication by email address
icon_url: https://upload.wikimedia.org/wikipedia/commons/4/48/You%27ve_got_mail.png
login_url: http://127.0.0.1:7082/login
consent_url: http://127.0.0.1:7082/consent
logout_url: http://127.0.0.1:7082/logout
attributes_rewrite_rules:
username:
- consent.session.id_token.email
email:
- consent.session.id_token.email
email_verified:
- consent.session.id_token.email_verified
- id: ninesql
title:
fr: NINE SQL
@ -26,7 +7,7 @@ hydra:
description:
fr: Authentification via NINESQL
en: Authentication by NINESQL
icon_url: https://127.0.0.1:8000/minio/logo
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
@ -47,7 +28,7 @@ hydra:
description:
fr: Authentification via NINELDAP
en: Authentication by NINELDAP
icon_url: https://127.0.0.1:8000/minio/logo
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

View File

@ -1,8 +1,55 @@
body > section {
body {
background-color: #fff !important;
}
.place-items-center {
place-items: normal;
}
.flex.justify-around {
display:none;
}
.container {
max-width: 900px;
}
input[type="radio"]:checked ~ .app-item {
--tw-shadow: 0 10px 15px -3px rgb(22 78 99 / 0.3), 0 4px 6px -4px rgb(22 78 99 / 0.3);
background-color: rgba(251, 255, 21, 0.507);
background-color: rgba(240, 240, 240, 0.507);
}
form {
display: flex;
flex-wrap: wrap;
}
form > * {
flex: 1 1 50%;
padding: 10px;
height: 300px;
}
label {
height:100%;
display: flex;
flex-wrap: wrap;
text-align: center;
}
label > * {
flex: 1 1 100%;
}
.object-cover {
height:130px;
margin-top:30px;
}
h2{
font-size: 18px !important;
}
h5 {
font-size:30px !important;
}