Skip to main content

All Questions

Tagged with
0 votes
0 answers
14 views

Using AzureB2C Invite flow prevents EnableTokenAcquisitionToCallDownstreamApi from working. Can I use two custom policies?

I'm trying to work with AzureB2C's invite flow from their samples (https://github.com/azure-ad-b2c/samples/tree/master/policies/invite) I have setup the two custom policies B2C_1A_InvitePolicy ...
Tomas McGuinness's user avatar
0 votes
0 answers
24 views

Azure B2C embedded iFrame login 400 bad request

I got custom policy to handle local sign in, forgot password and Entra ID login in my .net core 8 mvc web app. It is working fine in regular login, however I got a problem when using it with an iFrame....
Roman SVERDLOV's user avatar
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
1 answer
230 views

Implementing Azure AD B2C Authentication in .NET 8 Blazor Project (RenderMode: InteractiveAuto)

I'm working on a .NET 8 Blazor project and I'm trying to implement Azure AD B2C authentication. According to Microsoft's documentation, I'm using RemoteAuthenticatorView. It works fine in WebAssembly ...
Afshin Alizadeh's user avatar
0 votes
1 answer
159 views

Use Azure AD B2C to protect Web API endpoints, official document is out of date

I am establishing a new project on Azure, I have a backend Web API project and a frontend WebApp project. I followed this Official Document to create 2 Registered Application under AD B2C one for ...
Franva's user avatar
  • 6,887
0 votes
1 answer
449 views

How configure Azure AD B2C in .net 8 Blazor Web App

I tried properly configuring B2c in the new Blazor template in .net 8 (We have two project, Blazor Server and WSAM) but I can't. I tried to follow some tutorials but they affected the oldest .net ...
Mahatma Gandhi's user avatar
0 votes
1 answer
84 views

Error IDX10500 with Azure AD B2C CustomPolicy

I'm trying to handle the AddMicrosoftIdentityWebApp in .NET 8 (Blazor Web App) with Azure AD B2C. I have some CustomPolicy that should be okay. But after clicking local account login, I got the ...
Denis's user avatar
  • 133
0 votes
0 answers
53 views

is there any option to limit the password reset using b2c custom policy in azure ad b2c?( like 2 times in hour)

Current my reset password policy working fine. now, I want to limit user to change their passwords again and again in a day (like 2 times in a day day or 2 times in an hour). Can i handle this using ...
Swathi G's user avatar
0 votes
1 answer
291 views

How to override TokenValidationParameters.SignatureValidator, look at a condition and fallback on default behavior if the conditon isn't met?

I'm doing a .Net 6 API and I'm playing with JWT tokens right now for authentication/authorization. For automatic test purposes, I want to allow a secure backdoor. The backdoor in question is that if ...
Antoine Brisebois-Roy's user avatar
0 votes
1 answer
44 views

how can i diplay password expiry in x days notification for Azure b2c users?

is that possible to display password expiry notification to b2c users when they login to the application example : your password ids going to expire in 10 days, something like that(custom policies) ...
Swathi G's user avatar
2 votes
1 answer
910 views

Is it possible for an external customer to login via Entra with username-password?

I wanted to use a custom login form in a .NET Core web application in which the users will provide their username and password to login (acquire access token) into a Microsoft Entra External ...
akakarikos's user avatar
0 votes
1 answer
501 views

GraphClient -> delete user => Insufficient privileges

I'm trying to delete user from azure b2c using graph client await _serviceClient.Users[userId].Request().DeleteAsync(); but following error is thrown Status Code: Forbidden Microsoft.Graph....
user1765862's user avatar
0 votes
1 answer
302 views

Azure B2C Token audience refer to own client id

As the title say i am currently acquiring a token in my .net 6 console app, but the audience is reffering to itself when it should be referring to another application. I am using a custom policy for ...
GoWiser's user avatar
  • 941
0 votes
0 answers
213 views

Azure B2C: auto logged in after signing up using invitationSignup policy

Context: Azure AD B2C using Custom Policy. I implemented "SignUp with email invitation" following https://github.com/azure-ad-b2c/samples/tree/master/policies/invite sample. The policy is ...
WinterTho's user avatar
-1 votes
1 answer
183 views

Azure B2C send user invitation

I need to send invitations from my dotnet code. So I followed this link: https://github.com/azure-ad-b2c/samples/tree/master/policies/invite My problem is the management of the certificate. I do not ...
dna's user avatar
  • 604

15 30 50 per page
1
2 3 4 5 6