2,686 questions with Microsoft Entra External ID tags

Sort by: Updated
0 answers

Entra Custom Authentication Extensions to Function App in a Private vNet

I have gone through the documentation on setting up a custom authentication extension, and have built a function app and configured all the parts for making a call into my function app endpoint for the On Token Issuance Start event. My function app is…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,421 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
asked 2024-03-21T11:45:11.0466667+00:00
Josh Christensen 5 Reputation points
commented 2024-06-01T01:20:22.1+00:00
Ryan Hill 26,321 Reputation points Microsoft Employee
2 answers

Azure AD B2C Sign in with google generates 'invalid_grant' for specific users for non gmail domain users.

We are getting error "We encountered an 'invalid_grant' error connecting to the identity provider. Please try again later". for some users. Sign in with google feature is working for all @gmail.com domains but when it comes to other domains…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
asked 2024-05-28T12:58:20.71+00:00
Venkat Maram 0 Reputation points
edited a comment 2024-05-31T20:47:07.4466667+00:00
James Hamil 22,436 Reputation points Microsoft Employee
1 answer

Request_BadRequest returned when trying to assign Custom Attributes to B2C Users

I created a new custom attribute for my B2C users, as I want to assign them a string value associated with their account with this custom attribute. The value will be read with their token and passed through to my application. I've been able to obtain…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,943 questions
asked 2024-05-29T15:49:54.3+00:00
hampton123 1,095 Reputation points
commented 2024-05-31T14:39:04.6833333+00:00
hampton123 1,095 Reputation points
3 answers

We encountered an 'invalid_grant' error connecting to the identity provider. Please try again later

Category : Azure AD B2C We have added federated login(Sign in with Google) to our application. Google IDP is working well for users having @gmail domain users but non gmail users , some of the users we are getting below error. "We encountered an…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,013 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,943 questions
asked 2024-05-28T08:59:35.2033333+00:00
Venkat Maram 0 Reputation points
commented 2024-05-31T06:58:43.0766667+00:00
Babafemi Bulugbe 2,275 Reputation points MVP
0 answers

WAM with google authentication

Hello We know that google has deprecated web-view sign-in support. So if app authenticates users with an embedded web-view and you're using Google federation with Entra B2B for external user, Gmail users won't be able to authenticate. Would…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,943 questions
asked 2024-05-30T20:25:22.07+00:00
testuser7 271 Reputation points
0 answers

Microsoft Entra External ID no wizard for external guests

Hello, I am setting up Entra External ID with an external tenant. Self-sign up is disabled, but invitation through the application is enabled. When someone comes from an identity provider such as Microsoft Entra ID, I want to enforce MFA (Multi-Factor…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,706 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
asked 2024-05-30T14:23:38.9133333+00:00
Alvin Strandberg 0 Reputation points
1 answer

How to assign custom user attributes to B2C users?

I'm looking to assign custom attributes to each of my B2C users, such as job titles, to assign different permissions in my application. I've created the custom attribute "JobTitle" in B2C, but I don't know how to assign individual users a…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,943 questions
asked 2024-05-28T18:26:50.19+00:00
hampton123 1,095 Reputation points
commented 2024-05-30T14:22:55.7866667+00:00
hampton123 1,095 Reputation points
2 answers One of the answers was accepted by the question author.

B2C Sign Up Issue in Azure API Management Developer Portal

Hello, I'm encountering an issue with my API Management developer portal. Currently, the portal only permits sign-ins and sign-ups via B2C. Previously, I successfully tested the sign-up and sign-in system. However, after updating the gateways for both…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,824 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
asked 2024-05-07T19:23:12.0833333+00:00
hampton123 1,095 Reputation points
commented 2024-05-30T14:22:31.9466667+00:00
hampton123 1,095 Reputation points
1 answer One of the answers was accepted by the question author.

Entra ID - OIDC BFF pattern - does not work

Hi, I have a blazor hybrid app with both webassembly and server. Currently I'm using the oidc flow with b2c (https://learn.microsoft.com/en-us/aspnet/core/blazor/security/blazor-web-app-with-oidc?view=aspnetcore-8.0&pivots=with-bff-pattern) and…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,436 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
asked 2024-05-28T19:05:49.29+00:00
Robert Desbiens 40 Reputation points
commented 2024-05-30T13:37:20.93+00:00
Robert Desbiens 40 Reputation points
0 answers

Unable to logout from External Identity Provider (SAML 2.0)

Hello All, I am working on React Application which will support multi-IDP logins, i am using MSAL library to implement I have configured below IDP SAML 2.0 using Microsoft External Identities. SAML for Okta  SAML for OneLogin SAML for Google Suite I…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
629 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,943 questions
asked 2024-05-20T08:04:10.18+00:00
Vedika Gujar 0 Reputation points
edited a comment 2024-05-30T06:04:29.1+00:00
Vedika Gujar 0 Reputation points
1 answer

Entra External ID SCIM support

Does Entra External ID support SCIM?

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
asked 2024-05-14T16:59:28.9733333+00:00
Swift Connect 0 Reputation points
commented 2024-05-30T02:09:13.53+00:00
Jing Zhou 3,115 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

AaDApplication Proxy connector

Hi All, for Azure AD Application Proxy, under the Connector event Viewer section, I can see an event: as below: "Microsoft AAD Application Proxy Connector's inactive connection detection mechanism has identified inactive connections, number of…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
Microsoft Entra Private Access
Microsoft Entra Private Access
Microsoft Entra Private Access provides secure and deep identity-aware, Zero Trust network access to all private apps and resources.
47 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,943 questions
asked 2024-05-08T06:55:10.4133333+00:00
AJAY PRAJAPATI 30 Reputation points
accepted 2024-05-29T07:50:15.01+00:00
AJAY PRAJAPATI 30 Reputation points
1 answer

How to fix error - scope is invalid (AZURE)

I have 2 Apps in my Azure Active directory, one is connecting a (security) platform successfully but the other is giving me error in connection. Both have exactly same permissions. Error is " The client '6811588b-....-4156-8...-....aefc5111' with…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
asked 2023-02-14T08:41:55.62+00:00
Zeeshan 5 Reputation points
commented 2024-05-29T02:47:15.41+00:00
Lei Ji 0 Reputation points Microsoft Employee
1 answer

How to emit some data field on azure AD JWT token

We have integrated a web client with OAuth to authenticate using Azure AD and are storing the token for later use. However, we need to exclude certain sensitive data, such as email, IP address, and name, which are not necessary for the application. Could…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
asked 2024-05-21T05:55:59.27+00:00
P Kungvanrattana 0 Reputation points
commented 2024-05-29T02:32:16.7066667+00:00
P Kungvanrattana 0 Reputation points
1 answer

When will the Azure B2C JourneyInsight node support ConnectionStrings as well as Instrumentation Keys?

Instrumentation keys for Application Insights are going to be EOL in March 2025 (less than a year away):…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,883 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
asked 2024-05-15T14:43:55.2566667+00:00
Saul Nachman 0 Reputation points
answered 2024-05-28T14:54:05.0766667+00:00
Monalla-MSFT 12,196 Reputation points
1 answer

Azure B2C custom policy for Multiple Idp's using SAML 2.0

We are tying to implement multiple Identity providers using Azure B2C custom policies, how can we differentiate between each Identity provider, one page where all users can login and authenticate against their respective auth Provider, and custom policy…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
asked 2022-12-01T06:22:32.877+00:00
Hemanth Potluri 1 Reputation point
commented 2024-05-28T12:29:54.5733333+00:00
Oscar Peña 0 Reputation points
2 answers One of the answers was accepted by the question author.

EntraID external id

I'm creating an external user with EntraID. But the user will not be assied as ExternalAzureAD. What is wrong with this?

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
asked 2024-05-27T10:37:11.15+00:00
Naoki Chiba 20 Reputation points
answered 2024-05-28T08:59:02.04+00:00
Shweta Mathur 28,201 Reputation points Microsoft Employee
6 answers

Cross-tenant Inbound applications

For my external users to access our Teams, I have to change the inbound rule to allow all Microsoft Applications. If I selected Teams and Office365 only, user cannot signin. I am seeing message Failure for application "Microsoft App Access…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
asked 2022-09-29T16:07:25.493+00:00
BlackCat 86 Reputation points
commented 2024-05-25T12:46:35.06+00:00
slyvester 0 Reputation points
1 answer

Microsoft Entra External ID - Federation with EntraID and impersonation feature

I'm in the process of deciding which identity server/service to integrate with a set of applications. Since Azure AD B2C it's being replaced I'm not inclined to start with that service. On the other hand, EntraID External tenant do not currently support…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
asked 2024-05-20T14:15:32.5233333+00:00
Gabriele Ghesla 21 Reputation points
commented 2024-05-24T14:27:02.4466667+00:00
Navya 4,860 Reputation points Microsoft Vendor
1 answer

Is it possible to send telemetry from Azure B2C JourneyInsights to an Application Insights with local authentication disabled?

Is it possible to send telemetry from Azure B2C JourneyInsights to an Application Insights with local authentication disabled? If so, would it be possible for someone to do a sample? If not, will that feature be coming at any point?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,883 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
asked 2024-05-15T14:51:00.9833333+00:00
Saul Nachman 0 Reputation points
answered 2024-05-24T10:41:53.34+00:00
Werner Rall 0 Reputation points Microsoft Employee