PROVIDER SETUP DOCS
Identity Auth

Integrating with Microsoft Identity (Azure AD)

8min

Pathfix allows you to easily add Microsoft identity and Azure Active directory based login for your end-user, handling authorization and enable communication between your app and Microsoft Azure in just a few minutes.

Before proceeding, you will first need to register your application with Microsoft Azure .

Please note: You will need to create an Azure account with Microsoft and be logged in to access this.



Enable OAuth in Microsoft Azure

Access your Application on Azure

  • Search for App Registration and select it



Image: App registration
Image: App registration




  • Register a new application to be used with the identity (SSO)
  • Enter the name of YOUR application
  • Select the type of accounts to be supported (Pathfix will work for all types)
    • For Microsoft Identity: Choose option 3 (Accounts in any organizational directory ( Any Azure AD directory) and personal Microsoft accounts (e.g. Skype, Xbox))
    • For Azure Active Directory: Choose any of the first two options



Image: Setting
Image: Setting






  • Click on Certificates & secrets
  • Click to add New client secret
Image: Client secrets
Image: Client secrets




IMPORTANT AZURE NOTE



When creating your ClientSecret in Azure, the ClientSecret is displayed just once (not to be confused with SecretID). Make sure you copy the ClientSecret for use in your integration as this will not be shown again.



Image: Copy the Value
Image: Copy the Value

  • Add a description as below
  • Select the expiry as Never
Image: Token expiry
Image: Token expiry




  • For Azure Active Directory, copy the Tenant ID from the App you just created



Image: Tenant ID
Image: Tenant ID




Setup in Pathfix

  • Login to your Pathfix account and click on Add Application
  • Add the name of your SaaS and hit Save
  • Select Azure AD Identity from the list of providers to integrate with. You can change the Display Name and Description.
  • Enter the Client ID and Client Secret generated from Azure



Image: ClientID and Client Secret
Image: ClientID and Client Secret




Adding Integration To Your SaaS

Adding the SSO/Login functionality to the app is done based on your SaaS stack:

  1. Code based platform using an extension: Single Sign on (SSO) / Social login
  2. No-code (Bubble) platform using our plugin: Single Sign-on (SSO) Login







Need help? Reach out to us at [email protected] and we would be happy to assist!