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.