We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AAD-B2C-specifics
Please add some overloads to MSALProvider constructor and GetTokenAsync:
AAD B2C needs the bold marked specifics:
application = PublicClientApplicationBuilder.Create(ClientID) .WithB2CAuthority(Authority) .Build();
and
await application.GetAccountsAsync( B2CPolicySignUpSignIn );