Attention supports Single Sign-On through Google and Okta.

Google SSO Setup

  1. Go to the Google Cloud Platform and choose your project: https://console.cloud.google.com/apis/credentials
  2. Click on ”+ Create Credentials” and choose “OAuth client ID”
  3. Choose “Web application” as application type and give a name
  4. Under “Authorized Redirect URIs”, paste the following URI:

https://id.attention.tech/ui/login/login/externalidp/callback

  1. After saving, a Client ID and Client Secret will be generated. Provide these to your Attention point of contact to finalize setup.

Okta SSO Setup

  1. As an Okta administrator, log into the administration panel and go to the list of applications
  2. Once there, click to create a new App Integration, and choose “OIDC - OpenID Connect”
  3. Choose “Web Application” as the application type 
  4. Give it an identifiable name (this is for your own purposes to easily identify it among other applications you might have configured)
  5. In the “Sign-in redirect URIs” paste the identity service redirect URL which is the following one: https://id.attention.tech/ui/login/login/externalidp/callback
  6. Once saved, provide the Client ID, Secret and Issuer URL (which will look something like: https://trial-1925566.okta.com) to your point of contact at Attention.
  7. Add your team members to the organization or group configured to use this new application.