azure-ad-b2c Questions

5

I hope I'm clear with my question so here goes. On the sign up flow of our app we ask the user for username, email and password. However we're not requiring a user's email to be confirmed/validated...
Actable asked 27/5, 2016 at 16:14

2

Solved

I want to trigger a function when a user registers in my azure AD B2C. But I can't find any examples on this. Is the user added to any queue or stored in any table? Or do I need to look at the resp...
Tullus asked 24/2, 2018 at 11:26

4

Solved

We have created Userflow policy(SignUp and SignIn) for the user authentication in Azure B2C tenant. When we try to run the user flow, we are unable to see our application in the list of application...
Moskowitz asked 2/12, 2019 at 5:50

2

Solved

My web application fails to authenticate using OpenIdConnect. Currently I see a "Correlation failed" error on OnRemoteFailure. Context: Service Fabric stateless .net core web application Azure B...

3

Solved

I am using Google flutter has a front end for mobile development and I am using Azure App Services as a backend. How can I handle login and authentication so I can call Azure AD B2C using Easy Au...
Dex asked 30/4, 2018 at 22:29

4

Solved

I have 3 websites using a single B2C tenant. I have been asked to set it up so that when a user signs out of one website, sign out of them all. Likewise if their account is deleted. I thought tha...

2

Solved

I know a similar question is already asked earlier at stack overflow but it didn't worked for me. Kindly read the entire question before answering/commenting. I have implemented AD B2C in two web...

3

I am trying to use the OAUTH-KV Claims Resolver to extract the value of a parameter named foo passed to an AAD B2C custom policy authorize endpoint as a claim, also named foo. The foo ClaimType i...
Shirk asked 26/10, 2018 at 11:52

4

While using loginRedirect() or acquireTokenRedirect(), I am getting the following error: redirect_uri_mismatch:AADB2C90006%3a The redirect URI 'http%3a%2f%2flocalhost%3a4200%2fsubscription' provid...

5

Solved

I followed this resource: https://REDACTED.b2clogin.com/REDACTED.onmicrosoft.com/B2C_1A_DEMO_CLIENTCREDENTIALSFLOW/oauth2/v2.0/token Azure B2C App registrations: Protected web api Expose an api ...
Retroaction asked 18/8, 2022 at 18:54

5

Javascript is disabled on the Client Side, even though i have added below as per documentation. <RelyingParty> <DefaultUserJourney ReferenceId="B2CSignUpOrSignInWithPassword" /> &lt...
Pontias asked 29/7, 2019 at 19:18

6

Solved

Why do I want this? I'm trying to get a unique identifier from my user which I can connect to database records. There are reasons I don't want to use the Email as the identifier. I read that SUB c...

4

Solved

I followed this sample app from Integrate Azure AD B2C into an Android application and replaced the configuration parameters for my Azure AD B2C tenant, however I got the errors "contains script er...
Longsuffering asked 26/12, 2018 at 1:22

2

Solved

What are ways to include custom claims (user subscriptions or roles list as example) in a token before issuing it in Azure AD B2C, provided that claims are stored somewhere on own server (not avail...
Levity asked 31/8, 2017 at 13:18

3

Solved

I'm new to Vue and I'm struggling to wrap my head around how to implement what seems to me like a good case for a global variable or singleton. The background is that I'm using Azure AD B2C for au...
Ramadan asked 23/10, 2018 at 8:5

0

I have Angular app which authenticates users in Azure AD B2C using MSAL library with standard usage of that library. I have separate custom policy for sign-in which worked fine so far. I don't have...

3

Solved

We have the following Azure AD B2C Application (which we will call aadb2c) with the following settings Include web app/ web API: YES Allow Implicit Flow: YES Reply Url: - https://localhost:443...
Filberte asked 26/11, 2019 at 19:45

8

We've implemented Azure AD B2C in Umbraco on the front end using Microsofts webapp sample https://github.com/Azure-Samples/active-directory-b2c-dotnet-webapp-and-webapi Most of the time this is ge...
Shoat asked 10/7, 2018 at 15:2

4

Solved

I am using starter pack of custom polices with SocialAndLocalAccounts pack. It is working fine for me. But I am facing one issue.I need to get email as claim after successfully login. I am getti...
Runabout asked 15/7, 2018 at 22:13

2

Solved

I'm using MSAL to get an access token. It works fine and I'm able to log in and retrieve my Active Directory user. However when I'm having problems using it to access an API and I have noticed tha...
Chenab asked 12/6, 2018 at 11:41

3

Solved

I am trying out the Azure AD-B2C. The user signup/sign in is fine when the MFA is turned off. But when I turn it on, and the user tries to sign in and provides the phone number, and requests a text...
Hallucinate asked 3/1, 2017 at 17:54

2

Trying to implement following scenario: implement Azure B2c and azure AD as one of identity providers. Only way to achieve it is using custom policies. I followed those tutorials: https://learn.mic...
Rixdollar asked 1/10, 2019 at 9:0

1

I am using the Azure AD B2C authentication for Angular SPA. For some reason the login takes around 10 secs to load, when I check the browser dev tool there are 2 request which take most of the time...
Dope asked 12/3, 2021 at 9:11

1

Solved

I have added a custom User Attribute named Company Name via: Azure AD B2C > User attributes so that this information can be returned in the identity token after successful sign in. I want to upd...

1

I've created Azure B2C custom policy to get claims in ID/Access token & getting refresh token through "authorization_code" grant. Then I've updated one of User claim i.e("displayName") through ...

© 2022 - 2025 — McMap. All rights reserved.