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

Federated sign in, no sign up process

With regards to this question. The following (hopefully) clarifies the context. I'm trying to create a user journey for a multi-tenant application. To begin with, at least, users will belong to an Azure AD. I'm creating a SCIM endpoint (utilising…
Mitkins
  • 4,031
  • 3
  • 40
  • 77
1
vote
1 answer

Azure B2C custom layout redirect to domain hint but not taking login_hint

This is my current scenario: I'm currently using Azure B2C with user flows. I create a custom layout for my login with some scripts that hide the IDP buttons and take the domain email to redirect to the proper IDP(like a user journey). The…
1
vote
2 answers

Azure AD B2C Api Connector for Sign In for external authentication

We have on-prem sql server database which is connected to a legacy application. The on-prem database contains the username and password for the users. We are in process of migrating the existing solution to Cloud, and using Azure AD B2C for…
Neeraj
  • 21
  • 1
  • 7
1
vote
1 answer

Adding a script tag inside Azure B2C customized login HTML page

I am using Azure B2C authentication in my react app and I've had a customized HTML on the blob storage and uploaded it on the portal. Everything seems to be working fine. However, I've added a script tag in the body of the HTML page to run some…
Saif
  • 249
  • 5
  • 15
1
vote
1 answer

Azure AD B2C Sign in

We want to build a .NET and Angular application which our internal users and invited external users can have access. We initially tried to build that by connecting to our internal azure-ad but that would mean that external users are part of our…
Robert
  • 13
  • 4
1
vote
1 answer

ClaimsPrincipal in HotChocolate resolver not loading from the JWT

Evening all. I've been at trying to resolve some authorization/authentication issues with Blazor/HotChocolate/Azure AD B2C for a few days and I believe I have managed to nail it down to the following: public string GetMe(ClaimsPrincipal…
Lucas
  • 478
  • 4
  • 15
1
vote
2 answers

Global exception page is not being rendered for ADB2C for exceptions instead the login page is rendered. Find a way to render custom error page

I am using azureadb2c integration. On the customised login page which is using a third party login just like google or fb after successfully entering user and password we have a consent page. When user accept the consent it redirects to our Home…
1
vote
1 answer

Mapping claims when federating with another Azure AD B2C tenant

I have followed the Set up sign-up and sign-in with an Azure AD B2C account from another Azure AD B2C tenant article using the user flow policy type. Everything works as expected until I try to customise the identity provider claims mapping in the…
Newm
  • 1,313
  • 3
  • 16
  • 29
1
vote
1 answer

Extract boolean element from JSON with custom policy

I want to ask if there is a way to extract a boolean element from a JSON response from REST API. I have a claim that contains a JSON: { "customerEntity": { "role": { "id": 1 } }, "settings": { …
waanderer
  • 157
  • 1
  • 1
  • 11
1
vote
1 answer

There is a way to extend limit of 256 chars in extension prop?

I created a extension in B2C to hold some information and reach up the limit of 256 characters. Can I extend or there is a alternative to extension? Documentation about:…
1
vote
1 answer

Azure B2C Authentication & Authorization for Multiple Web Apps

I have created an Azure B2C. I have multiple .Net web apps that are calling this B2C to allow internal and external users to login and access our apps. What I need is a way to be able to assign a user to an app for example John Doe would have access…
baseballr
  • 63
  • 5
1
vote
1 answer

How to set up multiple SSO IdPs in AD B2C?

I have an application that uses AD B2C for authentication. I need to allow external IdPs to authenticate via SSO into my application via AD B2C. I followed the steps in this documentation and it worked well for one IdP.…
1
vote
1 answer

How can I verify the strongAuthenticationEmailAddress in a custom policy?

My users connect with a username and provide an email for password recovery, using the default combined signup/signin user flow configured for userId. To be clear, this is the email in the "Authentication contact info" section in B2C. I want my…
0xFF
  • 808
  • 1
  • 12
  • 33
1
vote
2 answers

Single Logout Implementation using ITfoxtec Library

We are trying to implement Single Logout functionality in Azure AD B2c using Itfoxtec Saml library. We have tried multiple configuration options but the SingleLogout method is not working as expected. We need a reference article or post on how to…
1
vote
1 answer

Why is Facebook referenced in TrustFrameworkBase.xml?

The documentation for Azure AD B2C says "Base file - Few modifications are required to the base". I expected to change just the TenantId and PublicPolicyUri at the beginning of the file. I was surprised to find that a Facebook ClaimsProvider is…
John Vottero
  • 845
  • 1
  • 7
  • 24