SSO Integration

This guide will help you configure Microsoft SSO integration for your application. By setting up SSO, your users can securely log in using their Microsoft Azure AD credentials.

Where to start

  1. Open API Scanner
  2. Go to Integrations menu from the left side menu
  3. Click the 'Connect' button in front of Micrisoft Azure Active Directory to setup SSO.


🛠️ Steps to Configure

1. Fill in the Integration Form Fields

FieldDescription
Integration TitleA name for your integration. Example: BugDazz - Acme SSO Integration.
Call back URLThe redirect URL where users will be sent after authentication. This must match what is configured in your Azure App Registration.
Auth URLThe Microsoft OAuth 2.0 authorization endpoint. Example: https://login.microsoftonline.com/common/oauth2/v2.0/authorize
Access Token URLThe token endpoint to fetch access tokens. Example: https://login.microsoftonline.com/common/oauth2/v2.0/token
Tenant IDYour Azure Directory (Tenant) ID. This uniquely identifies your organization.
Client IDThe Application (client) ID generated from Azure AD App Registration.
Client SecretA secret string generated in Azure for your app. Keep this secure.
ScopePermissions your app is requesting. Example: openid profile email or User.Read depending on your requirement.

2. Test the Connection

Once all fields are filled:

  1. Click “Test Connection”
  2. The system will verify if the credentials and endpoints are valid.
  3. You will be notified if the test succeeds or fails with reasons.


3. Save the Configuration

If the test connection is successful:

  1. Click “Save” to store your SSO integration.
  2. Your Microsoft SSO setup is now ready for use.



📌Notes

  1. Make sure the Call back URL is whitelisted in your Azure app under Redirect URIs.
  2. Use the correct tenant-specific URLs if required (replace common with your Tenant ID in URLs).
  3. If you update the client secret in Azure, remember to update it here too.



Discard
Save

On this page