OneLogin OIDC
OneLogin provides SSO identity management. Cloudflare Access supports OneLogin as an OIDC IdP.
Set up OneLogin OIDC as your IdP
To set up OneLogin as your IdP:
Log in to your OneLogin admin portal.
Select Apps > Custom Connectors.
The Custom Connectors card displays.
Click New Connector.
Name the connector.
The connector name card displays. Our example uses
access-oidc
for the connector name.In Sign-On Method, select the OpenID Connect option.
In the Redirect URI field, enter your authentication domain and include this callback at the end of the path:
/cdn-cgi/access/callback
.Click Save.
Select More Actions > Add App to Connector.
In the Portal section, enter a name for your application in the Display Name field.
Click Save.
Select the Access tab.
Add the Roles that can access this application.
Select the SSO tab.
Click Show client secret.
Copy both the Client ID and Client Secret.
In Cloudflare Access, scroll to Login Methods, click Add and select the OneLogin icon.
The Add a OneLogin identity provider card displays.
Paste in your copied Client ID and Client secret.
Click Save and then Test.
On successful connection to your OneLogin IdP, a confirmation screen displays.
Example API Config
{ "config": { "client_id": "<your client id>", "client_secret": "<your client secret", "onelogin_account": "https://mycompany.onelogin.com", }, "type": "onelogin", "name": "my example idp"}