mirror of
https://github.com/YunoHost-Apps/dex_ynh.git
synced 2024-09-03 18:26:22 +02:00
commit
0097f44afb
6 changed files with 20 additions and 19 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=OpenID Connect Provider
|
||||
Description=Dex: OpenID Connect Provider
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue