python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Azure AD B2C with Microsoft account and Sign in user
I am getting this error when configuring an asp.net core app to use Azure AD B2C authentication with Microsoft Account as external identity provider.
AADSTS70000121: The passed grant is from a persona...
Jay Nanavaty
Votes: 0
Answers: 0
Derived method 'GetBaseConfigurationAsync' from assembly Microsoft.IdentityModel.Protocols cannot reduce access
I am trying to add an Azure Active Directory B2C sign-in to a legacy app. The legacy app currently uses IdentityServer3 and is running on .NET 4.7.2. I sadly will not be able to put the code on a publ...
Tim Chermin
Votes: 0
Answers: 1
adb2c {Context:KMSI} always false
I am trying to return "Remember Me" checkbox selected as a claim in Access_token. Setting this under Sign-In technical profile:
<OutputClaim ClaimTypeReferenceId="kmsi" AlwaysUs...
Ray
Votes: 0
Answers: 2
Azure B2C Log out has trouble signing me IN(!)
My Blazor server-side application uses Azure B2C authentication. Currently, I run it locally. Sign in works correctly, but when I press Sign Out, I get
Sorry, but we're having trouble signing you in....
David Shochet
Votes: 0
Answers: 1