diff --git a/doc/DOCS.md b/doc/DOCS.md index 9bc38fe..b3e7175 100644 --- a/doc/DOCS.md +++ b/doc/DOCS.md @@ -91,7 +91,7 @@ To use OpenID Connect, the YunoHost admin must: * Activate OpenID Connect: `true` * Name of the OIDC IDP: "Dex" or any other name that makes sense * Skip the normal verification flow of tokens returned: keep on `false` ( **never** change to `true` unless you know what you're doing!) - * OIDC issuer URI: the domain name to which you assigned Dex in the previous step, e.g. `https://dex.gts.example.com` (this is **NOT** the URL of your GTS instance) + * OIDC issuer URI: the domain name to which you assigned Dex in the previous step, with the final slash, e.g. `https://dex.gts.example.com/` (this is **NOT** the URL of your GTS instance) * OIDC client ID: the app name defined at the Dex installation step (e.g. "GoToSocial", "GTS-test", "YNH-GoToSocial") * OIDC client secret: the long password randomly generated during Dex's installation step * Save, wait until GTS reboots and test! diff --git a/doc/DOCS_fr.md b/doc/DOCS_fr.md index 37e66ec..1d548f1 100644 --- a/doc/DOCS_fr.md +++ b/doc/DOCS_fr.md @@ -91,7 +91,7 @@ Pour utiliser OpenID Connect, l'admin YunoHost doit: * Activer OpenID Connect : `true` * Nom de l'OIDC IDP : "Dex" ou n'importe quel nom qui vous semble correct * Passer la vérification du flux des jetons renvoyés : laisser sur `false` (ne **jamais** passer à `true` sauf si vous savez ce que vous faites !) - * URI du fournisseur OIDC : le nom de domaine auquel vous avez assigné Dex lors de l'étape précédente, par exemple `https://dex.gts.example.com` (ce **N'est PAS** l'URL de votre instance GTS) + * URI du fournisseur OIDC : le nom de domaine auquel vous avez assigné Dex lors de l'étape précédente, barre oblique finale incluse, par exemple `https://dex.gts.example.com/` (ce **N'est PAS** l'URL de votre instance GTS) * Client ID du fournisseur OIDC : le nom de l'app renseigné lors de l'étape d'installation de Dex (exemples : "GoToSocial", "GTS-test", "YNH-GoToSocial") * Client secret du fournisseur OIDC : le long mot de passé généré aléatoirement lors de l'étape d'installation de Dex * Sauvegardez, patientez le temps que GTS redémarre puis testez !