Microsoft Azure AD Oauth is a Flectra extended module which is used for Authenticating users with Microsoft Azure AD and also to synchronize Azure AD groups into Flectra.
Table of contents
To install this, follow below steps:
Follow the below steps before using this module and register an Azure AD app:
Open Flectra -> go to Settings -> activate the Debug Mode
Go to Settings -> OAuth Providers -> create new Provider -> enter the details as per your Azure AD:
- Provider name<Microsoft>
- Client ID<Your_Client_ID>
- Allowed<Checked>
- Body<Login with Microsoft>
- CSS class<fa fa-fw fa-sign-in text-primary>
- Authentication URL<Your_Authentication_Endpoint_URL>
- Scope<User.Read User.ReadBasic.All openid email profile>
- Validation URL<https://graph.microsoft.com/v1.0/me>
- Data URL<Can_be_blank>
- Is this an Azure AD?<Checked>
- Microsoft Tenant ID<Your_Microsoft_Tenant_ID>
- Microsoft Client Secret<Your_Microsoft_Client_Secret>
How to use this module: