SSO with Azure
Requirements:
- Register a new app in Microsoft Azure
- Define API Permissions
- Add Certificate and Secret
- Add Credentials into your app
Register a new App in Azure
Start by going to Microsoft Azure App Registrations and register a new app.
Give your app a name and choose the settings of who can login to this new app registrations.
In the Redirect URI section, make sure to paste the redirect URI found within your Tadabase app when enabling the Azure SSO:
After creating the app, save the following provided details:
- Application (client) ID
- Directory (tenant) ID
Add API Permissions
Navigate to API Permissions:
- Select "Add Permissions"
- Choose Microsoft Graph
- Select "Delegated Permissions"
Choose Email, openID and Profile
Add Certificate
Copy the Value from this Client Secret
In your app paste the values from the earlier steps into your app settings.
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.
We'd love to hear your feedback.