How To Set Up Your Own OneLogin App (OpenID Connect)
Step 1
Log in to your OneLogin account.
Step 2
Navigate to the Administration panel, then go to the Applications tab.
Step 3
Click Add App at the top right of the page.
Step 4
- Search for:oidc
- Click on OpenId Connect (OIDC) by OneLogin,Inc. to add it.

Step 5
For Display Name, enter your organization’s name and click “Save”
Step 6
Go to Configuration in the left menu, and enter the following information:
- For the Redirect URI’s field, enter:
https://api.logonlabs.com/callback

Step 7
Go to SSO in the left menu, and change the Token Endpoint Authentication Method to POST

Step 8
On the same page, take note of the following information:
- Client ID
- Client Secret
- V2 Issuer URL

Step 9
Go to Users, and add your users to the App.
Step 10
LogonLabs Setup:
- Go to logonlabs.com
- Click Sign In and authenticate (or Sign Up make a new account and authenticate).
- Navigate to Providers, then to Default Rules (or Domain Rules and open/create a domain module).
- Click on the OneLogin button under Enterprise Identity Providers.
- Choose OpenID Connect for the protocol.
- Enter a name.
- Enter a description (optional).
- Using the Issuer URL from step 8, enter the Login URL as:
[Issuer URL]/auth
(eg: https://example.onelogin.com/oidc/2/auth)
- Enter the Token URL as:
[Issuer URL]/token
(eg: https://example.onelogin.com/oidc/2/token)
- Enter the Client ID from the OneLogin setup steps above.
- Enter the Client Secret from the OneLogin setup steps above.
- Click Save & close.
- Enable OneLogin by clicking the new entry in the OneLogin Identity Providers list.
