Skip to main content

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).

1 vote
1 answer
70 views

Getting errors while implementing Azure AD B2C authentication on my ASP.NET Core web application

To setup B2C authentication on my application, I have performed the required steps i.e. B2c tenant creations and app registration. But I'm getting this error: I read through bunch of articles on ...
ANIKET JHA's user avatar
0 votes
1 answer
31 views

B2C Identity Experience Framework doesn't generate the token in the last stage

I'm working on an Azure AD B2C custom policy to validate an email through a RESTful endpoint. If the validation and email verification are successful, I want to generate a token. I'm currently at the ...
Jassica's user avatar
  • 143
0 votes
1 answer
43 views

Azure AD B2C Custom Policy - Using OutputClaimsTransformation

I would like to transform the displayName from two Outputclaims, surName and givenName. I used the example provided here to FormatStringMultipleClaims. https://learn.microsoft.com/en-us/azure/active-...
KevinG's user avatar
  • 63
0 votes
0 answers
76 views

MAUI - Microsoft.Identity.Client.MsalClientException statemismatcherror on Android 14

My app is currently experiencing login issues on Android 14 (released oct 23) devices. Microsoft.Identity.Client.MsalClientException: Returned state(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) from authorize ...
Dave Reilly's user avatar
0 votes
0 answers
40 views

Ionic Angular Msal B2C in Android Return from Auth

I followed the Microsoft B2C Msal example, to integrate B2C into my Ionic 7 Angular 17 mobile app. https://learn.microsoft.com/en-us/azure/active-directory-b2c/enable-authentication-angular-spa-app I ...
Stephen Himes's user avatar
0 votes
1 answer
80 views

How can I ensure a domain name isn't already taken before creating Azure B2C tenant?

I'm in the process of setting up Azure AD B2C tenants, but I keep encountering a roadblock. Whenever I try to use a specific domain name, it tells me it's "Already in use by another directory.&...
Piotr Nowak's user avatar
0 votes
1 answer
53 views

Pushing Users from an Azure AD B2C into Azure Cosmos DB

As per previous questions on my account, my team and I are currently creating a Windows Forms Application in C# to allow our admin to enroll a company and all its users to our system. We can currently ...
ThomasLDev's user avatar
0 votes
0 answers
49 views

Lavarel Socialite azureadb2c - how to extend user to setRaw and map new fields

I'm using Laravel Socialite and have added the azureadB2C service provider (https://github.com/SocialiteProviders/AzureADB2C). The azureADB2C service provider expects a 'name' claim in the token from ...
AlastairHoward's user avatar
0 votes
2 answers
40 views

Can I skip 'email verified' page with a custom policy for Azure-AD-B2C?

On this signup flow with Email Verificaiton: https://github.com/azure-ad-b2c/samples/blob/master/policies/split-email-verification-and-signup/media/flow.png Is it possible to ignore/skip the 3rd ...
Michael Oullion's user avatar
0 votes
1 answer
75 views

Refresh Tokens and MicrosoftIdentityWebApp

We currently use the AddMicrosoftIdentityWebApp approach to enable authentication using Azure AD B2C. Specifically, we use the following code: services.AddAuthentication() .AddCookie(...
Kiran Ramaswamy's user avatar
0 votes
1 answer
43 views

Azure B2C custom policies select the redirect URL during sign-up/sign-in

I'm using Azure B2C custom policies for sign-in/sing-up flows. Before running Custom Policy I can choose ReplyUrl for redirection after sign-in/sign-up. But my flow can create different types of user ...
Alexey Godyl's user avatar
0 votes
1 answer
33 views

MFA with Azure B2C Custom Policies - getting redirected back to policy after login, and asked for MFA prompt again

I'm using Azure B2C Custom Policies with SMS 2FA via the PhoneFactor-InputOrVerify Technical profile. This works, but users are finding they're quite often, upon successful login, then immediately ...
Dan's user avatar
  • 5,922
0 votes
2 answers
130 views

Is it possible to integrate Azure AD B2C into a legacy .net framework 4.8 application?

Ì want to to integrate Azure AD B2C into a legacy application which is programmed with .Net Framework v4.8. The thing is that I really can't find anything on the internet that works for that framework....
SCH361's user avatar
  • 87
0 votes
2 answers
85 views

Did B2C user creation defaults change regarding password reset?

I have a site where external users sign in using a B2C tenant with custom policies. The site has been up and running for a few years without issue. Recently users newly created in the Azure portal UI ...
kria's user avatar
  • 121
0 votes
1 answer
86 views

Azure AD B2C authentication in an ASP.NET Core application

I want to implement authentication using azure ad b2c. I have covered all the prior requirements such as an azure b2c tenant account (directory) and have an idea of registering application. My main ...
ANIKET JHA's user avatar

15 30 50 per page
1
3 4
5
6 7
410