Skip to content

Instantly share code, notes, and snippets.

@FacileTechnolab
Created April 5, 2021 05:46
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/fd62885b70811e60ea4bb1a68e6692e3 to your computer and use it in GitHub Desktop.
Save FacileTechnolab/fd62885b70811e60ea4bb1a68e6692e3 to your computer and use it in GitHub Desktop.
Azure AD Auth AppSettings
"AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"ClientId": "your-client-id",
"TenantId": "your-tenant-id"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment