The OpenID Connect (generic) connection lets you use an OIDC identity provider other than Google or Facebook, by manually entering a few parameters.
If your OIDC identity provider supports it, we recommend that you use the auto-discovery authentication mode.
You'll need to configure your identity provider, specifying URI forAmetys redirections, the scopes allowing access toemail, and your first and last names. You'll get a customer ID and a secret code.
The URI redirection Ametys are :
This information can be found, for example, on a "/.well-known/openid-configuration" page of the identity provider in question.
(Example with Google: https: //accounts.google.com/.well-known/openid-configuration ).
You will need 4 URIs:
Go to the CMS administrator area (_admin) and add a new user identification type to an existing or new population.
In "Authentication mode", select "OpenID Connect (generic)".
In "Client ID OpenId" and "Secret Key" enter your ClientID and secret code respectively, as generated earlier.
Then enter the URIs in the corresponding fields.
Your users can now log in using the OIDC identity provider.