website logo
⌘K
GETTING STARTED
Getting started with Pathfix
Introduction
OAuth Connect Page
Custom Redirect Domain
Monitoring Activity
Workspace
Extensions
Security
Notifications
Event Callback
Scopes
Provider reference
Access tokens
SDK's
BUBBLE.IO INTEGRATION
Bubble.io Documentation
ADALO INTEGRATION
Adalo Documentation
Adalo User Authorization
Adalo API Call
DEVELOPER CENTER
Developer center
Pathfix Consent Screen (preview)
Module dependencies
Step-by-Step
General
JavaScript
PROVIDER SETUP DOCS
Integration Setup Docs
Identity Auth
Integrating with Airtable
Integrating with Box
Integrating with Hubspot
Integrating with GitHub
Integrating with Google Tasks
Integrating with Instagram Graph API
Integrating with LinkedIn
Integrating with Pipedrive
Integrating with Quickbooks
Integrating with Stripe
Integrating with Stripe-Server
Integrating with Slack
Integrating with TikTok
Integrating with Typeform
Integrating with WooCommerce
Integrating with Xero
Integrating with Zoom
Docs powered by archbee 
15min

Integrating with Microsoft Identity (Azure AD)

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)



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 support@pathfix.com and we would be happy to assist!

Updated 01 Dec 2022
Did this page help you?
Yes
No
UP NEXT
Integrating with Airtable
Docs powered by archbee 
TABLE OF CONTENTS
Enable OAuth in Microsoft Azure
Setup in Pathfix
Adding Integration To Your SaaS