If your organization uses Auth0 SSO, we highly recommend enabling Auth0 SSO in order to offer your users the simplest login experience in Motimate.
Auth0 provides authentication and authorization as a service. It has gained its popularity due to the massive support for social login providers, easy system development kits (SDK), simple interfaces, and security features.
Other 3rd party services that supports OAuth2.0 and OpenID without PKCE may be supported as well, but requires testing before confirming. Reach out to support@motimateapp.com in advance if you wish to test another 3rd party service.
Setting up Auth0 SSO with Motimate
- Log in to your Auth0 Portal with an Auth0 Admin account.
- Once logged in, click Applications under Applications in the left side menu.
- Then click Create Application in the top right corner.
- Provide this Name to your application: Motimate.
- Select Single Page Web Applications as Application Type, and click Create.
- Click the Settings tab in the new page that appears.
- On this page, you must copy the following Basic Information, as you'll need to send it to Motimate:
- Domain
- Client ID
- Scroll down to Application Properties and provide the following Application Logo URL:
https://www.motimateapp.com/wp-content/uploads/2021/07/motimate_sso_logo.png
- Verify that Application Type is Single Page Application.
- Scroll down to Application URIs. Remember to replace {identifier} in all URIs with that of your Motimate account. You'll easily see it in your URL when you log in to your Motimate account.
-
Register this Application Login URI:
https://motimate.app/{identifier}/
-
Register the following Allowed Callback URIs:
https://motimate.app/{identifier}/external-auth-completed,
https://{identifier}.motimateapp.com/admin/external-auth-completed,
motimate-training://external-auth-completedThese three URIs must be comma-separated, so make sure not to forget the commas at the end of the first two URIs.
- There's no need to change any other settings, but make sure to click Save Changes at the very bottom of the page when you're done.
-
Email support@motimateapp.com and request Auth0 SSO to be activated for your Motimate account. You can also contact the Customer Success Manager who may be supporting you in your organization's onboarding process. You have to make sure that you provide both the Auth0 Domain and the Auth0 Application ID that you copied earlier. Without these we will not be able to activate SSO.
-
Once we have activated Auth0 SSO for your Motimate account, all your users will be required to log in with SSO in order to get access to your Motimate account. Users already logged in, may be required to log out, and then log back in again.
Congratulations! You have now successfully enabled Auth0 SSO for your organization.