Nolt supports Single sign-on using OpenID Connect. If you have OpenID Connect configured in your IdP, you can allow users to log in to Nolt board using our single sign-on mechanism. This guide will help you configure OpenID Connect for your Nolt board.
You have to add a new application (Nolt) in your IdP that uses OpenID Connect protocol for authentication. Just make sure to use the following redirect_uri while configuring the application.
https://YOUR_BOARD.nolt.io/sso/openIdConnect
Navigate to your board → Integrations → OpenID Connect. Set up all the required fields to activate the integration.
https://<domain>.<provider>.com/oidc
https://<domain>.<provider>.com/oidc/token
https://<domain>.<provider>.com/oidc/auth?client_id=<client_id>&redirect_uri=https://<board-name>.nolt.io/sso/openIdConnect&response_type=code&scope=openid%20profile%20email
Note: The URL may differ for different IdP. You have to verify for your IdP and similarly configure the URLs. Make sure to replace <domain>, <provider>, <client_id> and <board-name> before using the remote login URL.
userRole: 'ADMIN'
userRole
department
empId
{"Department":"department","EmployeeID":"empId"}
Please feel free to reach out at hello@nolt.io for any help regarding OpenID Connect integration.
Setting up SSO with Auth0
Setup single-sign-on (SSO) via Auth0.
Setting up SSO with Okta
Setup single-sign-on (SSO) via Okta.
Setting up SSO with OneLogin
Setup single-sign-on (SSO) via OneLogin.