mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
Merge branch 'implementing_OIDC' of https://github.com/YunoHost-Apps/gotosocial_ynh into implementing_OIDC
This commit is contained in:
commit
d5271b6b45
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ You can read [the roadmap](https://github.com/superseriousbusiness/gotosocial/bl
|
||||||
GoToSocial require a **dedicated domain (or subdomain) name**, for example: gotosocial.example.com
|
GoToSocial require a **dedicated domain (or subdomain) name**, for example: gotosocial.example.com
|
||||||
|
|
||||||
This package is not-working with the SSO (single-sign on) or LDAP integration.
|
This package is not-working with the SSO (single-sign on) or LDAP integration.
|
||||||
However, it can be configured to use the OpenID Connect protocol and Dex (a program that links LDAP and OpenID Connect) to enable connection with your YunoHost users, see [the relevant part of the doc](#openid-connect).
|
However, it can be configured to use the OpenID Connect protocol and Dex (a program that links LDAP and OpenID Connect) to enable connection with your YunoHost users, see [the relevant part of the doc](./doc/DOCS.md#openid-connect).
|
||||||
You will have a **separate account from the rest of your Yunohost server**, potentially with a different username and password.
|
You will have a **separate account from the rest of your Yunohost server**, potentially with a different username and password.
|
||||||
|
|
||||||
GoToSocial **does not provide a user interface**.
|
GoToSocial **does not provide a user interface**.
|
||||||
|
|
|
@ -37,7 +37,7 @@ Vous pouvez consulter [la roadmap](https://github.com/superseriousbusiness/gotos
|
||||||
GoToSocial nécessite un **nom de domaine (ou sous domaine) dédié**, par exemple : gotosocial.example.com
|
GoToSocial nécessite un **nom de domaine (ou sous domaine) dédié**, par exemple : gotosocial.example.com
|
||||||
|
|
||||||
Ce paquet ne fonctionne pas avec l'authentification unique (SSO) ou l'intégration LDAP.
|
Ce paquet ne fonctionne pas avec l'authentification unique (SSO) ou l'intégration LDAP.
|
||||||
Cependant, il peut être configuré pour utiliser le protocole OpenID Connect et Dex (un programme qui fait la liaison LDAP et OpenID Connect) pour permettra la connection avec vos utilisateurs YunoHost, pour cela, voir [la partie de la doc idoine](#openid-connect).
|
Cependant, il peut être configuré pour utiliser le protocole OpenID Connect et Dex (un programme qui fait la liaison LDAP et OpenID Connect) pour permettra la connection avec vos utilisateurs YunoHost, pour cela, voir [la partie de la doc idoine](./doc/DOCS_fr.md#openid-connect).
|
||||||
Vous aurez un **compte séparé du reste de votre serveur Yunohost**, avec potentiellement un nom d'utilisateur et un mot de passe différent.
|
Vous aurez un **compte séparé du reste de votre serveur Yunohost**, avec potentiellement un nom d'utilisateur et un mot de passe différent.
|
||||||
|
|
||||||
GoToSocial **ne dispose pas d'une interface utilisateur-ice**.
|
GoToSocial **ne dispose pas d'une interface utilisateur-ice**.
|
||||||
|
|
Loading…
Add table
Reference in a new issue