Questions tagged [azure-ad-b2c]

Azure AD B2C is a cloud identity management solution for web and mobile applications targeting your customers (consumers and businesses).

Azure Active Directory B2C

Azure AD B2C is a cloud identity management solution for your web and mobile applications. It is a highly available global service that scales to hundreds of millions of identities. Built on the same enterprise-grade secure platform as Azure AD, Azure AD B2C keeps your applications, your business, and your customers protected.

>> Get started with Azure AD B2C

Features

  • Email-based or username-based local accounts
  • Social identity providers (Facebook, Google, Microsoft and more)
  • Custom identity providers (OpenID Connect, SAML and more)
  • Built-in user journeys (sign up/sign in, edit profile, password reset)
  • Custom user journeys
  • Built-in and custom user attributes
  • Configurable application claims
  • User interface customization
  • Multi-factor authentication

Posting Azure AD B2C questions in Stack Overflow

The following tips will help you get quicker/better answers when posting Azure AD B2C questions:

5577 questions
1
vote
1 answer

Azure B2C session not expire after password reset

I have open two browser window on two diferent web browser with my application. I notice if I am using a local Azure AD account and I reset my password in first open window. The session in the other window remains logged in, even if I refresh the…
mwrochna
  • 131
  • 8
1
vote
1 answer

How to use Azure ADB2C signup flow with custom subscription plans options?

I have a scenario and for what I believe is a common scenario for many websites :) I have a website that uses Nextjs for frontend and asp.net core as backend. It uses Azure ADB2C for managing its users. Now When the user is registering, I will…
Murthy
  • 177
  • 2
  • 12
1
vote
2 answers

Can I authenticate users through the original login screen with Graph API and Azure ADB2C?

I would like to create an authentication function. And I want to manage the user information in ADB2C. ADB2C has a user flow, but I prefer to use my own original login screen that I created myself. For this reason, we believe that we need to use…
1
vote
1 answer

Unable to translate error message in AD B2C custom policy "Unable to validate the information provided."

We are using AD B2C custom policies for our sign-in flows and we are also doing language customization. Even if it's possible to localize the error messages using custom policies…
GTRekter
  • 905
  • 11
  • 21
1
vote
0 answers

Why doesn't FormatLocalizedString work in Azure AD B2C custom policies?

I need to display a custom message after the code is sent in the password reset flow, I have tried following this https://learn.microsoft.com/en-us/azure/active-directory-b2c/string-transformations#formatlocalizedstring but it does not work. I am…
Pedro
  • 37
  • 3
1
vote
1 answer

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 policy for the first time, they should now have…
Daniel Krasnove
  • 204
  • 3
  • 6
1
vote
1 answer

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.
Pedro
  • 37
  • 3
1
vote
0 answers

Initialise user in Blazor application after registration in B2C and refresh token

I've got a Blazor WASM app that uses B2C to register new users. After the user registers, the user is redirected to the app with the right token. However, after the registration I would like to initialise the user in the local DB and also I update…
1
vote
1 answer

In azure B2C, is there a possibility to have an array/vector as user attribute?

We are using the user-attributes from azure b2c for our web-app. Anything related to our users we save there (e.g. id, email, address,...) . Now we have a problem, that we also have one attribute, which is a vector of short strings. For…
Dirk N.
  • 161
  • 2
  • 9
1
vote
1 answer

What is the structure of the config file for Azure B2C Authetication using react app along with the Authority link structure?

I am trying to get the perfect structure of config and the authority url for my B2C auth application that will be integrated with Azure and React. I did get this structure for my config file and the auth link is specified as in the comments. but I…
1
vote
1 answer

Use Authentication (different Token) from Collection within Requests in Postman

I try to create a postman collection for my backend service which uses Azure B2C Authentication. Within my Collection I added Authentication, which works and I can authenticate within my Chrome Browser: Once I am authenticated and redirected back…
kism3t
  • 1,343
  • 1
  • 14
  • 33
1
vote
2 answers

Migration from IdentityServer4 to AzureB2C

Problem: After announcement about changing IdentityServer pricing tier we decided to use AzureB2C as our Identity Provider. We have around 100k active users and we plan to migrate them from IdenityServer to AzureB2C in sequence based on user branch.…
1
vote
0 answers

Azure AD B2C Single Sign Out not signing out all applications when using multiple protocols

We have circa 50 applications that integrate with Azure AD B2C, which comprises a mix of OpenId Connect relying parties and Saml2 service providers. The custom policies we have built have been configured to support Single Sign Out (based on the…
cbeer7
  • 13
  • 3
1
vote
1 answer

Sign Out Of All Accounts When RedirectURI returns to guarded application

I am using MSALjs to logout a user on my application. When the msalService.logoutRedirect() is triggered, the page redirects and is logged out. However, my application does not have an "un-guarded" route, thus the redirect after logout…
Jeremy
  • 1,038
  • 11
  • 34
1
vote
2 answers

How to Guard the App Shell with Angular App Shell Model

I have a large project using Angular's App Shell Model. I am also using Angular MSAL.js (v2) (though this question may not be specific to MSAL). I have my app project routes protected using the MsalGuard in my case. However, I want to invoke the…
Jeremy
  • 1,038
  • 11
  • 34
1 2 3
99
100