From c3151cec8d23998c6f2a6a0d3ca1fac81326f067 Mon Sep 17 00:00:00 2001 From: Maxime Besson Date: Mon, 20 Sep 2021 14:45:20 +0200 Subject: [PATCH] Fix OIDC callback parameter name in doc --- doc/sources/admin/authopenidconnect.rst | 4 ++-- doc/sources/admin/authopenidconnect_franceconnect.rst | 2 +- doc/sources/admin/authopenidconnect_google.rst | 2 +- doc/sources/admin/authopenidconnect_prosanteconnect.rst | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/sources/admin/authopenidconnect.rst b/doc/sources/admin/authopenidconnect.rst index 5d2805767..3e3abf2a7 100644 --- a/doc/sources/admin/authopenidconnect.rst +++ b/doc/sources/admin/authopenidconnect.rst @@ -119,11 +119,11 @@ Register LL::NG to an OpenID Connect Provider To register LL::NG, you will need to give some information like application name or logo. -You will be asked to provide a *Redirect URI* for LemonLDAP::NG, which is constructed by appending the ``openidcallback=1`` parameter to the Portal URL. +You will be asked to provide a *Redirect URI* for LemonLDAP::NG, which is constructed by appending the ``openidconnectcallback=1`` parameter to the Portal URL. For example: -- https://auth.example.com/?openidcallback=1 +- https://auth.example.com/?openidconnectcallback=1 .. attention:: diff --git a/doc/sources/admin/authopenidconnect_franceconnect.rst b/doc/sources/admin/authopenidconnect_franceconnect.rst index 6e168410c..eec34b91b 100644 --- a/doc/sources/admin/authopenidconnect_franceconnect.rst +++ b/doc/sources/admin/authopenidconnect_franceconnect.rst @@ -26,7 +26,7 @@ Use the following form: https://doc.integ01.dev-franceconnect.fr/inscription. You need to provide the callback URLs, for example -https://auth.domain.com/?openidcallback=1. +https://auth.domain.com/?openidconnectcallback=1. You will then get a ``client_id`` and a ``client_secret``. diff --git a/doc/sources/admin/authopenidconnect_google.rst b/doc/sources/admin/authopenidconnect_google.rst index e5f62851f..d91791a60 100644 --- a/doc/sources/admin/authopenidconnect_google.rst +++ b/doc/sources/admin/authopenidconnect_google.rst @@ -28,7 +28,7 @@ Here you can go in API Manager and get new credentials (``client_id`` and ``client_secret``). You need to provide the callback URLs, for example -https://auth.domain.com/?openidcallback=1. +https://auth.domain.com/?openidconnectcallback=1. Declare Google in your LL::NG server ------------------------------------ diff --git a/doc/sources/admin/authopenidconnect_prosanteconnect.rst b/doc/sources/admin/authopenidconnect_prosanteconnect.rst index f35ea6f7c..bb37b9d02 100644 --- a/doc/sources/admin/authopenidconnect_prosanteconnect.rst +++ b/doc/sources/admin/authopenidconnect_prosanteconnect.rst @@ -18,7 +18,7 @@ you need to register to Pro Santé Connect. Go on https://integrateurs-cps.asipsante.fr. You need to provide the callback URLs, for example -https://auth.domain.com/?openidcallback=1. +https://auth.domain.com/?openidconnectcallback=1. And also a logout URL, for example https://auth.domain.com/?logout=1.