Banda943224
Banda943224
import { registerMgtComponents, Providers, Msal2Provider, ProviderState } from 'https://unpkg.com/@microsoft/mgt@4'; Providers.globalProvider = new Msal2Provider({ clientId: XXXXXXXXXXXXXX', scopes: ['User.ReadBasic.All', 'User.Read.All', 'User.Read'], tenantid: "XXXXXXXXXXXXX", redirecturi: "XXXXXXXXXXXX", authority: "https://login.microsoftonline.com/XXXXXXXXXXXXXXX", isIncrementalConsentDisabled: true }); registerMgtComponents(); Providers.globalProvider.setState(ProviderState.SignedIn);...
I couldn't create the repo. but here is what I am doing. 1. I have ASP.Net Core web application 2. I would like to show the signed in user pic...
I am using above statement
Any update on this?