OAuth Configuration
This documentation provides the steps required to configure OAuth settings in the Angular config.json and the ASP.NET Core appsettings.json files for integration with Azure Active Directory (AAD).
Angular Configuration
"authType": "OAUTH""clientId": "<Your Azure AD Client ID>""authority": "https://login.microsoftonline.com/{tenantid}""redirectUri": "<Your Redirect URI>"ASP.NET Core Configuration
jsonCopy code"UserStoreType": "OAUTH"App Registration in Microsoft Entra ID
Last updated
Was this helpful?