1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dex_ynh.git synced 2024-09-03 18:26:22 +02:00

Merge pull request #33 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-01-12 10:29:30 +01:00 committed by GitHub
commit 0097f44afb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 20 additions and 19 deletions

View file

@ -16,15 +16,15 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview
Dex is an identity service that uses OpenID Connect to drive authentication for other apps.
This Yunohost package will install Dex and setup a canonical OpenID Connect provider for your Yunohost instance, based on the LDAP user base, that can then be used as an authentification server for other Yunohost apps.
This YunoHost package will install Dex and setup a canonical OpenID Connect provider for your YunoHost instance, based on the LDAP user base, that can then be used as an authentification server for other YunoHost apps.
### Features
- Fully working OpenID Connect authentification flow
- Interfaced with Yunohost's LDAP server
- Interfaced with YunoHost's LDAP server
**Shipped version:** 2.35.3~ynh1
**Shipped version:** 2.35.3~ynh2
## Screenshots

View file

@ -16,15 +16,15 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
## Vue d'ensemble
Dex is an identity service that uses OpenID Connect to drive authentication for other apps.
This Yunohost package will install Dex and setup a canonical OpenID Connect provider for your Yunohost instance, based on the LDAP user base, that can then be used as an authentification server for other Yunohost apps.
This YunoHost package will install Dex and setup a canonical OpenID Connect provider for your YunoHost instance, based on the LDAP user base, that can then be used as an authentification server for other YunoHost apps.
### Features
- Fully working OpenID Connect authentification flow
- Interfaced with Yunohost's LDAP server
- Interfaced with YunoHost's LDAP server
**Version incluse :** 2.35.3~ynh1
**Version incluse :** 2.35.3~ynh2
## Captures d'écran

View file

@ -1,5 +1,5 @@
[Unit]
Description=OpenID Connect Provider
Description=Dex: OpenID Connect Provider
After=network.target
[Service]

View file

@ -1,7 +1,7 @@
Dex is an identity service that uses OpenID Connect to drive authentication for other apps.
This Yunohost package will install Dex and setup a canonical OpenID Connect provider for your Yunohost instance, based on the LDAP user base, that can then be used as an authentification server for other Yunohost apps.
This YunoHost package will install Dex and setup a canonical OpenID Connect provider for your YunoHost instance, based on the LDAP user base, that can then be used as an authentification server for other YunoHost apps.
### Features
- Fully working OpenID Connect authentification flow
- Interfaced with Yunohost's LDAP server
- Interfaced with YunoHost's LDAP server

View file

@ -3,9 +3,10 @@
"id": "dex",
"packaging_format": 1,
"description": {
"en": "OpenID Connect Provider based on Yunohost LDAP server"
"en": "OpenID Connect Provider based on YunoHost LDAP server",
"fr": "Connecteur OpenID basé sur le serveur LDAP YunoHost"
},
"version": "2.35.3~ynh1",
"version": "2.35.3~ynh2",
"url": "https://github.com/YunoHost-Apps/dex_ynh",
"upstream": {
"license": "Apache-2.0",
@ -35,8 +36,8 @@
{
"name": "path",
"type": "path",
"example": "/example",
"default": "/example"
"example": "/dex",
"default": "/dex"
},
{
"name": "OIDC_name",