3,316 questions with Microsoft Security | Microsoft Entra | Microsoft Entra External ID tags
how to build a bulk email verification software using c#
Hi there, I want to make a software or web application using c# that can help us to verify bulk emails. But i don't know how can I build it. Is there anyone who can help me by giving me a proper guide with resources that can help me? Thanks for your…
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Developer technologies | C#

Custom B2B Guest user invitation
A customer wants to build a portal, where partners can signup for a B2B Guest user account and instead of the default invitation email they want to send out a custom email from their email domain. I already had a look at this article, but then the…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Update UPN for B2C users
Is it possible to change a users UPN in an Azure B2C tenant via powershell?
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
getting error as attched when trying to follow mentioned git repo
]1 git repo:https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/4-WebApp-your-API/4-2-B2C my appsetting files looks like this : Client---- "AzureAdB2C": { "Instance":…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID

How can I create the aad-extensions-app?
When creating a user flow for B2B correlation, I got the message. "aad-extensions-app. Do not modify. Used by AAD for storing user data." I tried troubleshooting, but the application was not found. …
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Restrict Azure AD B2B invitations from specific domains
Is there a way to restrict Azure AD B2B from specific domains? I know you can restrict invitations to specific domains as described here, but not the other way around. Also I'm aware of the tenant restriction solution, although this only works on a…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID


What causes Azure AD B2C to throw a 500 error during Run User Flow?
I created a new Azure AD B2C for an existing subscription to test out a basic hello-world auth scenario. And it fails with a 500 error using the portal's own tools. -Create a new Azure AD B2C linked to an existing subscription -Enable Sign In Sign…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
The resource you are looking for has been...
Hello, I'm trying to create a custom domain for Azure AD B2C, but after following the steps from here: https://learn.microsoft.com/en-us/azure/active-directory-b2c/custom-domain?pivots=b2c-user-flow i get The resource you are looking for has been…
Azure Front Door
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Obtained access token v.1.0 instead v2.0 with B2C user flow
Hello team, I've registered two applications in my B2C tenant that support user flows. One application exposes Web API (both Delegated and Application scopes are exposed). Second application is web application that has permission to access my Web API.…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Can we restrict concurrent logins of a user in Azure AD B2C?
Hi All, We have developed custom policies for signUp/signIn for our mobile and web applications. A user can simultaneously login into both web and mobile applications and as well multiple sessions in any of the applications. Can we restrict the…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID

Are Azure AD limits and quotas also applicable to Azure AD B2C?
I am somehow confused with B2C limis and restrictions article. On one hand, we have an atricle specifying AD B2C limits here: https://learn.microsoft.com/en-us/azure/active-directory-b2c/service-limits. This article also say "See also Azure AD…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
How to choose between Azure Application Service or AD B2C
Azure App Service authentication / authorization is very similar to AD B2C. How should I decide between the two?
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
[C#] Microsoft.Graph.Entity (version 3.8.0) case sensitive fields in AdditionalData dictionary casing changed since this morning
We currently use v3.8.0 of the Microsoft.Graph NuGet package in our function app to call the Graph API to return data from B2C tenant users. Some custom attributes we set are present in the Entity.AdditionalData Dictionary field. These fields have…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Microsoft Security | Microsoft Graph


AD B2C User Flow Testing and sporadic internal server errors
I'm working my way through the AD B2C tutorials and while testing the users flows in https://learn.microsoft.com/en-us/azure/active-directory-b2c/tutorial-create-user-flows?pivots=b2c-user-flow I keep encountering an "The page cannot be displayed…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID

How to consume direct link to identity provider with azure B2C?
Hello, I would like to consume third party identity provider in my application. B2C provide a MSAL WebView authentication with pre-generated or custom page layout (with username, password, and button for social providers). like below…
Developer technologies | .NET | Xamarin
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
AD B2C User flow: how to implement single sign-out for my apps
Hi, My apps use OpenID Connect authentication protocol. I'm researching single sign-out, but can't found a solution to implement into my apps. Please, help me! Tks,
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Changing Azure B2C Send-SMS and Verify-SMS OTP verification expiration value from 3 minutes to custom time
Hi Team, I am using https://learn.microsoft.com/en-us/azure/active-directory-b2c/display-controls and using send sms and verify sms (https://learn.microsoft.com/en-us/azure/active-directory-b2c/multi-factor-auth-technical-profile) steps to send and…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
How to call Graph API use tokens generated via B2C
Hello, I using Azure AD B2C to authenticate. Can I get bearer tokens generated via B2C to authenticate with the Graph API? if not help me with a solution, please. Thanks for your supports!
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
How to do a two way synchronization of user credential (Microsoft AD B2C) with a proprietary database.
We need to see the feasibility of synchronization of user credentials between the Microsoft AD B2C and proprietary database in real time. If it is feasible do you have any pointers on 'how to'. What is the hashing algorithm used in the MS AD…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Unable to upload custom policies in azure bc2
We have been trying to upload some custom policies to our b2c and we keep getting the error: "Upload Error for TrustFrameworkBase.xml" (Or any other xml) "The file contains invalid XML" I have already verified the files…