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

Merge branch 'version-2' of https://github.com/YunoHost-Apps/dex_ynh into version-2

This commit is contained in:
Éric Gaspar 2024-01-09 09:37:08 +01:00
commit b119abbd98
2 changed files with 7 additions and 36 deletions

View file

@ -31,25 +31,11 @@ This YunoHost package will install Dex and setup a canonical OpenID Connect prov
![Screenshot of Dex](./doc/screenshots/Dex_screenshot.png)
## Disclaimers / important information
### Known limitations:
* Only tested on x86 architectures
* Dex only allows you to setup one OpenID Connect app at a time
* However, it's a working multi-instance app, so you can install it more than once
* Dex is only an OIDC provider, and user management will depend on the app using it as an OIDC provider
### To be used carefully:
* Changing URL will work but will require some settings change in the app using Dex as an OIDC provider
* Going to the URL will only let you see a "This is where Dex is installed." message
## Documentation and resources
* Official app website: <https://dexidp.io>
* Official admin documentation: <https://dexidp.io/docs/>
* Upstream app code repository: <https://github.com/dexidp/dex>
* Upstream app code repository: <https://github.com/YunoHost-Apps/dex_ynh>
* YunoHost Store: <https://apps.yunohost.org/app/dex>
* Report a bug: <https://github.com/YunoHost-Apps/dex_ynh/issues>

View file

@ -16,14 +16,13 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
## Vue densemble
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.
Dex est un service d'identité qui utilise OpenID Connect pour piloter l'authentification d'autres applications.
Ce package YunoHost installera Dex et configurera un fournisseur canonique OpenID Connect pour votre instance YunoHost, basé sur la base d'utilisateurs LDAP, qui pourra ensuite être utilisé comme serveur d'authentification pour d'autres applications YunoHost.
### Features
- Fully working OpenID Connect authentification flow
- Interfaced with YunoHost's LDAP server
### Caractéristiques
- Flux d'authentification OpenID Connect entièrement fonctionnel
- Interfacé avec le serveur LDAP de YunoHost
**Version incluse :** 2.37.0~ynh1
@ -31,25 +30,11 @@ This YunoHost package will install Dex and setup a canonical OpenID Connect prov
![Capture décran de Dex](./doc/screenshots/Dex_screenshot.png)
## Avertissements / informations importantes
### Known limitations:
* Only tested on x86 architectures
* Dex only allows you to setup one OpenID Connect app at a time
* However, it's a working multi-instance app, so you can install it more than once
* Dex is only an OIDC provider, and user management will depend on the app using it as an OIDC provider
### To be used carefully:
* Changing URL will work but will require some settings change in the app using Dex as an OIDC provider
* Going to the URL will only let you see a "This is where Dex is installed." message
## Documentations et ressources
* Site officiel de lapp : <https://dexidp.io>
* Documentation officielle de ladmin : <https://dexidp.io/docs/>
* Dépôt de code officiel de lapp : <https://github.com/dexidp/dex>
* Dépôt de code officiel de lapp : <https://github.com/YunoHost-Apps/dex_ynh>
* YunoHost Store: <https://apps.yunohost.org/app/dex>
* Signaler un bug : <https://github.com/YunoHost-Apps/dex_ynh/issues>