henriksen / BlazorAuthRepo

Reproduction of an error I'm getting when using GetAccessTokenForUserAsync in a DelegatingHandler from Blazor running on Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Before running the app

Create an Azure AD app registration, allow it the User.Read premission for Microsoft Graph and create a client secret.

Add the correct tenantId and clientId in appSettings.json, it also expects a AzureAd:ClientSecret as a user secret (or in the appSettings.json file).

About

Reproduction of an error I'm getting when using GetAccessTokenForUserAsync in a DelegatingHandler from Blazor running on Azure


Languages

Language:C# 51.7%Language:HTML 25.2%Language:CSS 23.1%