3,412 questions with Microsoft Security | Microsoft Entra | Microsoft Entra External ID tags
Entra External ID - Can we sign in with our Workforce tenant as OIDC IdP?
Hello, I am currently setting up a Microsoft Entra External ID tenant to use for our customer-facing applications. One of our requirements is to allow our internal employees (from our Entra Workforce tenant) to sign in to these same applications. I…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
How do I remove "unknown" placeholder from sign out screen
I'm only requiring a email address to create a External ID account. How do I remove the "unknown" placeholder above the email address on the sign out screen. Also, how do I remove this from the bottom of the email? Privacy Statement Microsoft…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Remove "via Microsoft" from external id invite email
Using External ID. When a user goes to sign up, they hit "send code" button to get a verification code to their email. However the email subject contains "via Microsoft" which is confuses the users. How do I remove this?
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
My Microsoft account is not working for Azure
I have a Microsoft account that is recognized by the Azure portal. However, when I try to create a database I get this message: Selected user account does not exist in tenant 'Microsoft Services' and cannot access the application…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Entra External ID Custom Branding - Custom CSS limitations
Hi, I want to customize (CSS) just one of the secondary buttons (Cancel button of the SignUp) of the default user flow. I've tried a lot of approaches to identify only one of them on the CSS file, but nothing seems to work. I only manage to identify all…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Integrate SMS And TOTP In Azure AD B2C Custom Policy
Hi Everyone, I’m trying to achieve the same outcome as shown in a Medium post I’ve been following. I’ve been working on this for the past few days but haven’t made much progress. Here’s what I’ve set up so far: I created two apps: Proxy and Identity …
Microsoft Security | Microsoft Entra | Microsoft Entra External ID

Problems with none ascii characters in Entra external ID when collecting custom user attributes during sign-up
Hi we are implementing oidc federation from hydra to our identity provider, where we use Swedish eid provider BankID. The user flow and experience works great and without any issues, however we are running in to bug that could be stop the project. The…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
How can i forceChangePasswordNextSignIn for microsoft entra external id?
Hi @team, I'm currently attempting to enforce a password change for a user on their next sign-in using the Microsoft Graph API. However, the PATCH request doesn't appear to take effect. API Endpoint:…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Entra External ID setup with Nuxt (nuxt-oidc-auth)
We want to provide login to our application using Microsoft, leveraging Entra External ID. According to the documentation, this should allow login using any Microsoft/Entra ID account as well as via User Flow (email with OTP). Unfortunately, we are…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Custom policy not working with 2 JWTIssuers in Azure AD B2C
Hi Everyone, I am trying to use 2 JwtIssuers(Default and JwtIssuerMobile) in a single UserJourney in custom policies in Azure AD B2C. On the basis of an attribute/pre-conditions. I am trying to SendClaims from only one of the Technical…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Azure P2S VPN (Entra Authentication) | Doesn't revoke access once removed from Azure VPN Group Access
Hi Team, I have observed a limitation (by design) in how user assignments work with Enterprise Applications (in this case, a VPN Client App). Currently: When a user is assigned to the Enterprise Application, they are able to connect successfully using…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
How can I configure Microsoft Entra External ID to redirect users directly to a specific IdP instead of showing the list of all configured IdPs?
I’m using Microsoft Entra External ID and have configured three identity providers (IdPs). Instead of displaying the list of all IdPs for the user to choose from, I want to automatically redirect users to a specific IdP based on certain conditions (e.g.,…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID

Entra External ID - Domain Hint for Custom OpenID Connect IDPs
I am expecting Entra External ID to support the query parameter domain_hint for HRD i.e. login straight to the Custom OpenID Connect IDP without having to select domain_hint=login.live.com works for MS…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID


Invitations blocked due to suspicious activity in directory.
Dear Microsoft Support Team, I am currently experiencing a critical issue with our Microsoft Entra ID tenant. I am unable to send B2B guest invitations via Bulk Invite, or even through the manual invitation option on the Entra portal. Recently, I created…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID

Entra External ID - Disable Local Signup while supporting Custom Identity Provider user creation
We want to disable local signup but still support user creation from Custom Open ID Connect IdP providers. This is possible in AzureB2C today. Is it possible in Entra External ID? In Entra External ID we can disable sign up however this also prevents…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID


Azure Entra External ID (CIAM) : Custom IdP
Hello ! in our CIAM tenant we have an external custom IdentityProvider using SAML 2.0 protocol, I've created a Sign-in flow to use this external-IdP anticipating the user creation happens upon successfully authenticated by the external-Idp. Problem…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Exception thrown when using /userinfo in Azure B2C custom policies
We have set up oAuth2 idp and for customendpoint we use /userinfo endpoint of the openid IDP. We are getting exception - AADB2C: An exception has occurred and in the insights the reason shows as "A redirect status code of 302 was returned for a…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
How do I get custom attribute values into entra external Id flows in angular?
I'm setting up a signin/signup flow in Entra External Id and I have custom attributes for "organisationId" and "invitationCode" that I want to send from my angular app and have accessible in my Custom Authentication Extensions (on…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Markdown hyperlinks not rendering in Entra External ID User Flow labels anymore
We are trying to add a hyperlink to the label of a custom boolean attribute on our Entra External ID sign-up page (User Flow), as described in the official Microsoft Entra documentation. Link to…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
.net web application with internal and external users using Entra External ID
I'm trying to build a single application that will be used by my organization's users as well as customers. I've been exploring Entra External ID as a method for customers to sign in/register, but it looks like I can't use cross tenant synchronization…