Single Sign On (SSO)
How to configure MOTAR to use Single Sign On
SSO Configurations
For the purposes of this demo we will walk through setting up Google's single sign on. You can do this with any of the following by visiting their site and following their specific instructions:
Google (demonstrated below)
Linkedin
Apple
Facebook
Meta
Configuring Google SSO for the Platform
To enable Google Single Sign-On (SSO) for your platform instance, an admin must complete the following steps.
Prerequisites
Admin access – You must be logged in as a platform administrator.
Google account – Ensure you have a Google account to access Google Cloud.
Google Cloud project – You need a project in the Google Cloud Console.
Follow Google’s guide on creating a project if you do not already have one.
You will need to create credentials for OAuth 2.0 to obtain a Client ID. Refer to Google’s OAuth documentation for detailed instructions.
Google documentation and steps are subject to change.

Platform Configuration
Navigate to Platform Config / Login Requirements in the admin interface.
Navigate to Configure Platform on the left side under Admin
Check "Google" as your authentication method.

Enter the following details for Google:
Google Client ID – Copy this from your Google Cloud project’s OAuth credentials.
Login Service Domain – The domain used for your Google SSO login, read-only.
Click "Save" to apply the changes.

Once saved, your platform will use Google SSO for user authentication. Users will be redirected to Google to log in.
Last updated