Skip to main content

All Questions

0 votes
0 answers
26 views

Azure B2C Authentication Error IDX20803 and IDX20804 in Production Environment

I'm currently running an application in a production environment hosted on Azure (.net 8), which is set up with Azure B2C authentication. Recently, I've started to see a large number of failed ...
Lakmal's user avatar
  • 889
0 votes
0 answers
23 views

What condition is a best practice for B2C admin? [closed]

I'm trying to create a B2C admin for my Azure B2C activities. While doing the role assignment , it seems that MSFT has done role assignment condition mandatory. My question is, what is the best suite ...
AskMe's user avatar
  • 2,539
1 vote
1 answer
36 views

How to implement AD B2C authentication on an ASP Net Core application that has Razor pages and web API in a single application

I am trying to secure the application using AD B2C, The application has Razor Pages and WebAPI. The razor pages .cs file has requests to the webapi using httpClient. I have gone through the sample B2C ...
ANIKET JHA's user avatar
0 votes
1 answer
114 views

Azure B2C IdP-Access Token fails with IDX10511: Signature validation failed

I added a working corporate login (EntraId) for my company in Azure AD B2C with custom policies.Now I can login and I add an access token to the claims, which I sent with my API-Calls Microsoft learn. ...
SCH361's user avatar
  • 87
0 votes
2 answers
125 views

Azure B2C / WPF - Handling a failed MFA verification flow

I have the following client code to fetch a token from Azure B2C endpoint: public static async Task<AuthenticationResult> AcquireTokenAsync(this IPublicClientApplication publicClientApp) { ...
RollerMobster's user avatar
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
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
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
0 votes
1 answer
36 views

Acess token call return null value for some field

I use spring boot with spring security and ms azure b2c I get an acess token GetTokenRequestPayload req = new GetTokenRequestPayload(GRANT_TYPE_CREDENTIAL,certSecretValue, clientId, graphAPI ? ...
robert trudel's user avatar
0 votes
1 answer
45 views

Azure AD B2C Self-Service Password Reset requires email verification. But how am I supposed to verify an email that is created by Azure?

As in the title, in our application we use Azure A2 B2C with local account IDP. We wanted to enable users to do self-service password reset. For that, they need to verify their emails, but I don't ...
Dominik Borkowski's user avatar
0 votes
1 answer
128 views

Request an access token in Azure Active Directory B2C Error

I am trying to exchange for an access token from Azure B2C to identify for the User's oid right after they sign up or sign in, but each time I make the request, I encounter the following error message:...
KevinG's user avatar
  • 63
0 votes
1 answer
39 views

Azure B2C Home Realm Discovery Custom Policy

Our Azure tenant supports multiple UPN suffixes. For example: Within the same tenant we have user accounts with [email protected], [email protected], [email protected] have ...
John Celata's user avatar
0 votes
1 answer
49 views

Authentication of users in Azure AD B2C inside a Modal instead of a page

Is it possible to authenticate a public customer inside a modal using Azure AD B2C instead of a page? The App is a React based App (NextJS).
Nigel Thomas's user avatar
  • 1,899
0 votes
1 answer
55 views

How to implement Register and login in Azure AD B2C using Custom UI and APIs

How to implement Register and Login in Azure AD B2C using Custom UI and APIs and without using User flows. Instead of redirecting to the Microsoft domain and authenticating the user on the custom UI ...
Nigel Thomas's user avatar
  • 1,899
0 votes
1 answer
66 views

Azure AD B2C - Split Email Verification and set Password into Two screens

I would like to split the signup process into phases, But for that I need to somehow subscribe to the verification request and then according to the result I want to show the next phase (or present ...
Dannom's user avatar
  • 297

15 30 50 per page
1
2 3 4 5
97