Fix OIDC callback parameter name in doc

This commit is contained in:
Maxime Besson 2021-09-20 14:45:20 +02:00
parent 9b50811f5e
commit c3151cec8d
4 changed files with 5 additions and 5 deletions

View File

@ -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::

View File

@ -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``.

View File

@ -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
------------------------------------

View File

@ -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.