OpenID Connect
The OpenID Connect (OIDC) protocol is an open authentication protocol featuring single sign-on (SSO) capabilities. Users can authenticate themselves through OpenID Providers (OPs), like email providers or social networks.
Make sure to create a OpenID Connect Developer account before you begin.
1 Go to Dashboard > Authentication > Social.
2 Click on + CREATE CONNECTION.
3 You will be redirected to the social connection providers page, where you can view all the available providers.
4 Click on OpenID Connect.
5 You will be directed to the configuration page for the chosen social connection method.
6 Scroll down, and click on OpenID Connect Config section.
7 To enable OpenID Connect login, you must first create a client in OpenID Connect Provider.
- Copy the redirect URL for the OpenID Connect provider from the dashboard as the first step.
Go to OpenID Connect, and click the create button.
Paste the copied redirect URL into Root URI of a OpenID Connect. > Click on Save.
Client Secret, Authorization URL and Token URL will be generated, copy it to your clipboard.
8 Return to your dashboard, paste the Authorization URL and Token URL and Client Secret in App Secret.
9 Configure the other required specification, click on SAVE.