Skip to main content

SSO with Azure

Requirements: 

  1. Register a new app in Microsoft Azure
  2. Define API Permissions
  3. Add Certificate and Secret
  4. Add Credentials into your app

Register a new App in Azure

Start by going to Microsoft Azure App Registrations and register a new app.

add-page.png

Give your app a name and choose the settings of who can login to this new app registrations. 

add-page.png

In the Redirect URI section, make sure to paste the redirect URI found within your Tadabase app when enabling the Azure SSO:

add-page.png

After creating the app, save the following provided details: 

  • Application (client) ID
  • Directory (tenant) ID

add-page.png

Add API Permissions

Navigate to API Permissions: 

add-page.png

  1. Select "Add Permissions"
  2. Choose Microsoft Graph
  3. Select "Delegated Permissions"

add-page.png

Choose Email, openID and Profile

add-page.png

Add Certificate

Navigate to "Certificates & secrets" and add a New Client Secret

add-page.png

add-page.png

Copy the Value from this Client Secret

add-page.png

In your app paste the values from the earlier steps into your app settings. 

add-page.png

Add buttons to the components

To now utilize the Login and Signup with Azure, you need to add the login buttons into the signup and login components on the page.

add-page.png