How To Set Up Your Own OneLogin App (OpenID Connect)
Last updated 05/29/2026
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.breadbutter.io/callback - Click Save.
Step 7
Go to SSO in the left menu, and change the Token Endpoint Authentication Method to POST. Click Save.
Step 8
On the same page, copy and save the following information:
- Client ID
- Client Secret
- Issuer URL
Step 9
Go to Users in the top nav, and edit your users to give them access to the app.
Step 10
Bread & Butter Setup:
- Go to https://app.breadbutter.io/sign-in/
- Click Sign In and authenticate (or Sign Up make a new account and authenticate).
- Go to Settings in the left menu.
- Click on the OneLogin button under Global Conversion Methods > Enterprise Connections.
- 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.
- Enable OneLogin by clicking the new entry in the OneLogin Identity Providers list.
Note: It may take up to 30 minutes for changes to take effect. If you are seeing errors on login, please check back in 30 minutes.