Setting up Single sign-on using Microsoft Entra
This page walks you through setting up Single sign-on using Microsoft Entra.
Viewteam uses OpenID Connect for SSO. To configure, you'll need to enter the following information from Entra on the Viewteam Single sign-on page:
- Client ID
- Client Secret
- OIDC Discovery
Step 1 - Register your app with Entra
- Login to Entra.
Open App registrations. Found on the left hand menu under Applications or by searching.
- Click New registration.
- Enter a Name for your application.
- Select who can use the application
- Add a Redirect URI
- Select Web from the dropdown
- Enter your Redirect URI which can be found on the Single sign-on page in Viewteam
Click Register
Once created you'll be redirected to the Overview page.
Step 2 - Gather required information
Now the application has been registered, you can collect the required information.
Client ID
On the application Overview page, find the Application (client) ID in the Essentials Tab. This is the Client ID needed for Viewteam.
Client Secret
To create a client secret:
- Go to Certificates & secrets.
- Click New client secret.
- Enter a description and expiry time, then click Add.
- Once created, copy the Value field. This is your Client Secret needed for Viewteam.
OIDC Discovery
On the application Overview page, click Endpoints. Find and copy the OpenID Connect metadata document, this is the OIDC Discovery needed for Viewteam.
Step 3 - Configuring Single sign-on in Viewteam
Now you've got all the required information, we can add it to Viewteam.
- Go to Account settings > Single sign-on in Viewteam
- Enter the Client ID, Client Secret and OIDC Discovery.
- Click Save
You'll now be able to login using Microsoft SSO.
Note: Users must be added to Viewteam and have accepted their invitation to use SSO.