CommunityToolkit / CommunityToolkit/Graph-Controls
[Feature] Add functionality to use AAD B2C authentication
Đang mở
Area: Providers
- Ngôn ngữ chính
- C#
- Star
- 156
- Fork
- 38
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
[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** );
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.