Azure Entra External ID Custom CSS queries
Hi Microsoft Team, We are in the process of implementing a custom dark mode sign-in process to align with our website branding using Azure Entra External ID. While configuring the custom CSS, we encountered a few styling elements that seem difficult to…
Integrating Entra ID for Automatic User Registration and Token based Authentication
Is it possible to integrate Entra ID for automatic user registration when a user signs up on my application’s registration page? Specifically, I’d like the user to be added to Entra ID at the time of registration so that Entra ID can handle…
Entra External ID - Migration Options
I need to migrate users from an on prem Auth provider, where I am not able to access the passwords (On way hashed) to Entra External ID, Is there away in Entra to valid the user against the on prem auth when signing in and then move the password to Entra…
Entra Cross Tenant Access-Trust Multifactor Authentication from MS Entra
Greetings, Just found out about the External Identities/Inbound Access Settings/Trust Settings "Trust multifactor authentication from microsoft entra tenants". We have had a simple Require CA MFA policy for Guests for quite some time. Recently…
Using Blazor, AD B2C and API Manager
Hi, I am using Azure AD B2C to secure my Blazor app and API’s. I have APIM fronting a set of Azure Fuctions. I can authenticate the user ok, using the MsalAuthentication class (well, the builder.Services.AddMsalAuthentication method). As it…
What is the default Password Expiration Policy for Azure AD B2C (I am using Custom Policies) ? How can I set a password expiration policy period and what are the other Password Expiration policies by default ?
What is the default Password Expiration Policy for Azure AD B2C (I am using Custom Policies) ? How can I set a password expiration policy period and what are the other Password Expiration policies by default ?
Entra External ID SCIM support
Does Entra External ID support SCIM?
Error disabling Sign Up option in Entra External ID User Flow
Followed this guide to get to disable the Sign Up option in Entra External ID user flow: https://learn.microsoft.com/en-us/entra/external-id/customers/how-to-user-flow-sign-up-sign-in-customers After a lot of painful trial and errors and realizing you…
Block login using TokenIssuanceStart on Entra ExternalID
I'm wondering if it's possible to block login using the 'TokenIssuanceStart' event. I know I can block user registration with AttributeCollectionStart and returning a block action. In the docs for 'TokenIssuanceStart'…
How to invite an external user in Entra External ID External tenant
How do we invite external users (any non- MS account like google, hotmail, yahoo etc) in Entra External ID External tenant through Email? I have tried the following steps: (FYI, External Tenant is used) Go Entra ID Users - > All Users -> + New…
Error AADSTS50177 -
Hi, Some user is facing this issue when they are trying to join an external organization with Microsoft teams (AADSTS50177: User account '[email protected]' from identity provider 'https://sts.windows.net/3c8a7b22-19a5-4224-81d9- f77e4ae40837/' does…
Entra External ID MFA "... we ran into an error" and AADSTSS500208 error
Hi all, We are currently doing a PoC for External ID. For the administration of the tenant I've set up a bunch of cloud-only admin accounts (type=member, NOT local accounts). These should be used for configuration of the tenant, user flows etc. I've…
ASP.NET Core Web API + Swagger + Azure B2C
Hello experts, since weeks (with on and off phases) I try to protect my ASP.Net project with the Azure B2C. For testing if that works I want to use Swagger. But I am too stupid to make it a success. I got all kinds of error messages but I am unable to…
External OIDC Connection SSO in Entra External ID and custom user flow
Hi there, We are currently using B2C with custom policies. Our sign in page, takes in user's email address and based on the email domain, it tries to authenticate with external tenant, if no configured external tenant matches, it asks the user to enter…
App registration stopped working multi-tenant
Howdy all! I had an App Registration which I was using to authenticate users. Having a MPN ID, this app registration was working fine authenticating users from other work or school accounts. Lately, I noticed that it doesn't work for authenticating users…
Azure AD B2C Multiple Sign-In Policies
I have a .NET app and currently have a standard user flow signup-signin policy setup. I'd like to add a second custom policy for signing in through a separate tenant (it's an admin login so preferable to be separate from standard customer signin), but…
Azure AD B2C Self-Service Password Reset Fails on First Logon Attempt
I have a standard flow where users can register an account on a Power Pages application. After registration, they receive an email with a step-by-step guide on activation. This requires them to go to a login page created with Azure AD B2C. They need to…
How to allow my users to be password less when authenticating ?
Based on this: https://learn.microsoft.com/en-us/entra/identity/authentication/concept-authentication-passwordless#choose-a-passwordless-method I am trying to enable all of my users with the Passwordless feature with the existing mobile/cell phones…
External Users unable to accept Microsoft Entra ID invite
I am trying to add some external users to my Organization's Entra ID, so that I can add them in a Group. They are unable to accept the Invite which Entra ID sends to their Work email. They are getting a error while accepting the Invite "User is not…
Received error - "AADSTS399266: Blob grant token received with wrong issuer type."
I am trying to use the code from this microsoft learn page - https://learn.microsoft.com/en-us/samples/azure-samples/ms-identity-ciam-javascript-tutorial/ms-identity-ciam-javascript-tutorial-0-call-api-vanillajs/ and configure the Ids. When trying to…