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
10
README.md
10
README.md
|
@ -16,15 +16,15 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Dex is an identity service that uses OpenID Connect to drive authentication for other apps.
|
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
|
### Features
|
||||||
|
|
||||||
- Fully working OpenID Connect authentification flow
|
- 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
|
## Screenshots
|
||||||
|
|
||||||
|
@ -32,14 +32,14 @@ This Yunohost package will install Dex and setup a canonical OpenID Connect prov
|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
### Known limitations :
|
### Known limitations:
|
||||||
|
|
||||||
* Only tested on x86 architectures
|
* Only tested on x86 architectures
|
||||||
* Dex only allows you to setup one OpenID Connect app at a time
|
* 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
|
* 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
|
* Dex is only an OIDC provider, and user management will depend on the app using it as an OIDC provider
|
||||||
|
|
||||||
### To be used carefully :
|
### To be used carefully:
|
||||||
|
|
||||||
* Changing URL will work but will require some settings change in the app using Dex as an OIDC provider
|
* 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
|
* Going to the URL will only let you see a "This is where Dex is installed." message
|
||||||
|
|
10
README_fr.md
10
README_fr.md
|
@ -16,15 +16,15 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
## Vue d'ensemble
|
## Vue d'ensemble
|
||||||
|
|
||||||
Dex is an identity service that uses OpenID Connect to drive authentication for other apps.
|
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
|
### Features
|
||||||
|
|
||||||
- Fully working OpenID Connect authentification flow
|
- 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
|
## Captures d'écran
|
||||||
|
|
||||||
|
@ -32,14 +32,14 @@ This Yunohost package will install Dex and setup a canonical OpenID Connect prov
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
### Known limitations :
|
### Known limitations:
|
||||||
|
|
||||||
* Only tested on x86 architectures
|
* Only tested on x86 architectures
|
||||||
* Dex only allows you to setup one OpenID Connect app at a time
|
* 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
|
* 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
|
* Dex is only an OIDC provider, and user management will depend on the app using it as an OIDC provider
|
||||||
|
|
||||||
### To be used carefully :
|
### To be used carefully:
|
||||||
|
|
||||||
* Changing URL will work but will require some settings change in the app using Dex as an OIDC provider
|
* 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
|
* Going to the URL will only let you see a "This is where Dex is installed." message
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=OpenID Connect Provider
|
Description=Dex: OpenID Connect Provider
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Dex is an identity service that uses OpenID Connect to drive authentication for other apps.
|
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
|
### Features
|
||||||
|
|
||||||
- Fully working OpenID Connect authentification flow
|
- Fully working OpenID Connect authentification flow
|
||||||
- Interfaced with Yunohost's LDAP server
|
- Interfaced with YunoHost's LDAP server
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
### Known limitations :
|
### Known limitations:
|
||||||
|
|
||||||
* Only tested on x86 architectures
|
* Only tested on x86 architectures
|
||||||
* Dex only allows you to setup one OpenID Connect app at a time
|
* 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
|
* 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
|
* Dex is only an OIDC provider, and user management will depend on the app using it as an OIDC provider
|
||||||
|
|
||||||
### To be used carefully :
|
### To be used carefully:
|
||||||
|
|
||||||
* Changing URL will work but will require some settings change in the app using Dex as an OIDC provider
|
* 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
|
* Going to the URL will only let you see a "This is where Dex is installed." message
|
||||||
|
|
|
@ -3,9 +3,10 @@
|
||||||
"id": "dex",
|
"id": "dex",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"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",
|
"url": "https://github.com/YunoHost-Apps/dex_ynh",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
@ -35,8 +36,8 @@
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"example": "/example",
|
"example": "/dex",
|
||||||
"default": "/example"
|
"default": "/dex"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "OIDC_name",
|
"name": "OIDC_name",
|
||||||
|
|
Loading…
Add table
Reference in a new issue