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)
What is the recommended way of linking new local account to existing social account
What would be recommended way to support linking local account to existing social account?
Scenario:
User has previously signed up with social account (Google/Facebook etc.) - bob@contoso.com
User si...
kamilz
Votes: 0
Answers: 1
Azure B2C user flows - accessibility issues on screen readers
We currently have issues to make the B2C user flows accessible from a screen reader perspective.
All the DOM ingested by the MS user flows in junction with our html/css UI files makes impossible for a...
Alberto Hortiguela
Votes: 0
Answers: 0
Difference between CombinedSignInAndSignUp with api.signuporsignin vs ClaimsProviderSelection with api.idpselections
I'm wondering if there is any difference between following sets of orchestration steps:
CombinedSignInAndSignUp with api.signuporsignin
<OrchestrationStep Order="1" Type="CombinedS...
kamilz
Votes: 0
Answers: 0
Azure AD B2C - authorization code grant, profile_info response
I'm using Azure AD B2C with Authorization code grant. In the response after exchaning code for token, there is additional property profile_info with JSON encoded as Base64.
{
"id_token":...
kamilz
Votes: 0
Answers: 0