Skip to content

Instantly share code, notes, and snippets.

@FacileTechnolab
Created December 22, 2023 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FacileTechnolab/abd853be053b5f809e55d3948131b147 to your computer and use it in GitHub Desktop.
Save FacileTechnolab/abd853be053b5f809e55d3948131b147 to your computer and use it in GitHub Desktop.
Entra ID Settings
"AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"TenantId": "Directory (tenant) ID from Registered Azure App",
"ClientId": "Application (client) ID from Registered Azure App",
"Domain": "customDomain.onmicrosoft.com", //Application ID URI without Application (client) ID and https
"CallbackPath": "/signin-oidc"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment