CommunityToolkit / CommunityToolkit/Graph-Controls
[Feature] Add functionality to use AAD B2C authentication
Offen
Area: Providers
- Vorherrschende Sprache
- C#
- Sterne
- 156
- Forks
- 38
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
[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** );
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.