Skip to main content

All Questions

0 votes
0 answers
319 views

Existence of redeem refresh token journey in B2C custom policy causes bad request 400 response from token request coming from MSAL.js

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 ...
WojBronx's user avatar
  • 132
0 votes
0 answers
69 views

Azure B2C with Xero identity provider

I am trying to integrate a Xero to let users authenticate with our SPA app and REST API utilizing Azure B2C. The scenario I am looking for is sign in only for local accounts and Xero users, whose ...
user1013607's user avatar
0 votes
1 answer
412 views

How to set prompt dynamic in input claim custom policy when login as google in azure ad b2c

I have implemented authentication using azure ad b2c and use custom policy to manage the user journey. I have google login idp and have some input claims login hint and prompt to manage the auth ...
Bahtyar's user avatar
  • 25
0 votes
1 answer
453 views

Azure AD B2C/Captcha error at Sign Up - Error Code: AADB2C/ Message: Please Complete the Captcha/ Status: 400

Sign Up users with Azure B2C and more exactly using MSAL with Net Core/Angular. In the Sign Up also can be added Captcha and for the Captcha I used the following Guide which is recommended by Azure ...
SilviuM's user avatar
  • 79
0 votes
2 answers
865 views

What is the access_token lifetime for a B2C custom policy used by a SPA application?

While trying to find a way to maximize the time before a user has to do a reauthentication (especially in cases when the user does a social login, e.g. sign in with microsoft). I have stumbled upon ...
milorad's user avatar
  • 111
1 vote
1 answer
1k views

Azure B2C session causing unintended flow

Can somebody help me make sense of this behaviour with Azure AD B2C and reveal what I'm not understanding when it comes to the SSO session. I have a fairly complex custom policy for signing in that ...
darnmason's user avatar
  • 2,702
1 vote
0 answers
884 views

react-aad-msal library reuses previous user token after logout

We are using react-aad-msal to authenticate users with Azure AD via AD B2C. B2C is configured with custom policies, but nothing specific to logout. We are passing authority, domain_hint and login_hint ...
Marina Gurevich's user avatar
1 vote
2 answers
1k views

Is msal 2.0 (msal-browser) auth code flow is supported with Azure AD B2C custom policies?

I am trying to use e msal 2.0 (msal-browser) for my react app for authentication with Azure AD B2C Custom policy, I didn't any proper documentation or samples for the same
Kiran Bhadani's user avatar
2 votes
1 answer
1k views

Why is SSO not working correctly for Azure AD B2C custom policies

We are currently using Azure B2C for authentication with a React.js app. The library we are using is msal.js. Initially, we were using a standard user flow with SSO enabled, and the msaljs library ...
Deeksy's user avatar
  • 5,404