python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I retrieve persisted claims from a previous login using a session management technical profile?
I'm not entirely sure how the DefaultSSOSessionProvider works for managing the internal session. For example, take SM-AAD from the custom policy starter pack. If a user runs through the signup_signin ...

Daniel Krasnove
Votes: 0
Answers: 1
Is there a way to display data returned from an API REST response in Azure AD B2C?
I'm working on a password reset flow and I need to display a custom message returned by an API response, but I can't find a way to display this message. I've tried the following.
<ClaimType Id=&quo...
Pedro
Votes: 0
Answers: 1
How to direct user to custom B2C journey that is not Sign/Signup, Edit or Reset Password in .NET C#
I have some B2C user journeys that do not fall into SignIn/SignUp, Edit Profile, SignOut or ResetPassword. These are to Link/Unlink external IDPs to a local account, and Edit just the MFA phone numbe...
Rich Wray
Votes: 0
Answers: 1
Invoke azure B2C "Reset Password" flow from a button inside the applcation after user is signed in
I am using Azure B2C SignIn user flow to sign in users, and with this flow I can reset user's password through "Forgot your password?" link:
https://domain.b2clogin.com/domain.onmicrosoft.co...
TempoClick
Votes: 0
Answers: 0