In today's fast-paced world, remembering passwords and usernames can be difficult, especially with the growing number of tools and systems we use every day. With the help of OIDC technology, you can minimize the time you spend trying to recover your password in Businessmap and further optimize your work.
This article offers a step-by-step tutorial on how to set up OpenID Connect (OIDC) SSO with OneLogin — a widely used IDaaS (Identity As A Service) provider.
Setting Up OIDC SSO with OneLogin
1. From your OneLogin dashboard, go to the Applications tab.
2. Click on the Add App button in the upper right corner.
3. Type “OpenID Connect” in the search box and click on the “OpenID Connect (OIDC)” result.
4. Give a name to the app in the Display Name box and click on Save.
5. Go to the app details and select the Configuration tab. Once there, enter the:
- Login URL (1) — https://{{subdomain}}.kanbanize.com
- Redirect URI's (2) — https://{{subdomain}}.kanbanize.com/oidc/auth,https://{{subdomain}}.kanbanize.com/oidc/logout
- Post Logout Redirect URIs (3) — https://{{subdomain}}.kanbanize.com/ctrl_logout/do_logout
6. Navigate to the SSO tab. Enter your Client ID, Client secret, and Issuer URL. Under the Application Type dropdown, select Web. For the Token Endpoint, select Basic from the Authentication Method dropdown, and click on Save.
7. In Businessmap, navigate to Administration Panel → Integrations → Applications → OpenID Connect. Enter your Client ID, Client secret, and Issuer URL, as well as the Redirect URL and Logout redirect URL. Click on Save settings and your setup is complete!
Related articles:
- How to Set Up OpenID Connect (OIDC) Single Sign-On with Okta
- How to Set Up OpenID Connect (OIDC) Single Sign-On with Microsoft Entra ID