CommunityToolkit / CommunityToolkit/Graph-Controls

[Feature] Add functionality to use AAD B2C authentication

Open
#186 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.