CommunityToolkit / CommunityToolkit/Graph-Controls
[Feature] Add functionality to use AAD B2C authentication
Open
Area: Providers
- Dominant language
- C#
- Stars
- 156
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
[AAD-B2C-specifics](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/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** );
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.