Azure SSO Configuration
Falcon Suite can be configured to integrate with Azure Single Sign-On (SSO) using Microsoft Entra ID (formerly Azure Active Directory) to provide secure and centralized authentication. By registering Falcon Suite as an enterprise application in Azure and configuring SAML or OpenID Connect, organizations can enable users to log in with their corporate Azure credentials.
Registering App in Azure Entra ID
Follow the below steps to register an App in Entra ID -
-
Navigate to
Microsoft Entra ID→App Registrations→New Registration -
Enter the basic details -
-
Name- Name of the new App -
Supported account types- Single Tenant Only -
Redirect URI- Should be Web, https://<falcon_suite_url>/azure_auth
-
-
Click on Save
-
Once the app is created, click on
Add a certificate or secretunder Client credentials -
Click on
Client secrets→New Client Secret -
Enter name, expiry and click on Add
-
Copy the generated Client Value which will be displayed only once
-
Click on
API Permissionsand make sureUser.Readis assigned.
Configuring the App in Falcon Suite
-
Navigate to main menu
Global Settings→Settingsand search forAzure Auth -
Click on edit action item
-
Enter the following details -
-
Is Enabled- Set the value to true -
Tenant Id- The tenant id from the Azure’s App -
Client Id- The client id from the Azure’s App -
Client Secret- The secret copied while generating the Client secret
-
-
Click on save.
