Mismatch in Azure B2C Token Expiry with Configured Session Lifetime in API Management
I have B2C integrated with my Azure API Management service for authorization. I've been trying to adjust the session behavior in my user flow, setting the Web app session lifetime (minutes) to 15 minutes. In the token lifetime, I've also set the Access…
Unable to register USB Security Key - We detected that this particular key type has been blocked by your organization. Contact your administrator for more details and try registering a different type of key.
From this page: https://mysignins.microsoft.com/security-info I received this error when trying to register the USB security key for my account. We detected that this particular key type has been blocked by your organization. Contact your administrator…
azureB2C custom policy to salesforce Integration
I am establishing connection between azureB2C and salesforce , i am using custom policy - signupsignin for user login via azure to salesforce. i am sending JSON response from azure to salesforce like this attached with my redirect uri as query parameters…
Entra External Tenant MSA Guest user sign-in problems
Hi, we are creating a web application that uses Entra External Tenant as CIAM provider. All the end-users are first invited to the tenant as Guests and after accepting the invitation, they are granted access to the app via a security group. The sign-in…
Entra External ID (External Tenant): How to send an email notification/invitation to local user created via "Create User" endpoint of Graph API
Hello everyone, We are in the process of migrating our authentication provider from Auth0 to MS Entra External ID for External Tenants (B2C). We have a couple of workflows we need to replicate in MS Entra External ID, particularly Create User and Reset…
Entra B2C Audit Logs nearly empty
I'm trying to find logs that will tell me when a user's issued an auth token from our application. Despite myself and a great number of other users actively using the SSO application, the Audit Logs are completely empty save for a few by myself only…
How do you add translations to the globalexception page on Azure AD B2C using custom policies
Hi, I am make using of Azure custom policies and am unable to find out how to translate the globalexception page. I would expect to be able to translate the error heading and error description, but there is no mention of how to do this via the…
Limit web application to only specific Microsoft accounts
I'm building a web application with a React frontend and a NodeJS backend (for API calls), and I need to limit it's use to perhaps ~ 10 users within a single company, who have corporate Microsoft AD / MS Entra ID accounts. It needs to be protected by MFA…
Azure API Management: Automatic Sign-In Issue After Signing Out
In Azure API Management, users are able to log in via Azure AD B2C. However, an issue occurs after they sign out and attempt to log in again. Upon being redirected to the sign-in page and pressing the Azure AD B2C button, users are automatically logged…
How to use Spid authentication for Microsoft 365
This authentication method is necessary to allow Italian citizens to authenticate themselves with the credentials issued by the Italian government https://www.spid.gov.it/en/. The application is for students of the University of Brescia
Unable to select Australia as location for new an Entra External ID tenant
We need an update on when it will be possible to create an External ID tenant in Australia, as this is critical for our company's planning and compliance requirements. Could you also confirm if there is an official roadmap for this feature and whether a…
how should i sign in Teams using authenticator app?
Hi, I'm new to this Authenticator app. As I was trying to get my ID verified using both of these methods, either the code didn't match or I didn't receive any request for me to approve from the app. You can see the image below, which is what I believed…
Azure B2C: User has valid MS account, but non in application. Cannot log out or switch account
Hi, our login process requires to logon to Azure B2C with a valid MS Account and we receive a token from the authorize call. Next step is to check in the database if the user specified in that token is a valid user of the current instance. We try to…
How I can add an application to my Entra External ID user flow using Graph API?
Context We have built a portal where our in-house developers can register their applications. After approval, graph API's are called automatically to create the app registration/service principal. Multiple forms of authentication are supported. Use…
Adjusting B2C Session Behavior to Resolve Authentication Issues in APIM User Portal
I am experiencing an issue with user authentication in my developer portal, which utilizes Azure B2C for login. After users sign out, they can immediately sign in again without re-entering their credentials. I have researched potential solutions and am…
Add external Idp with OIDC using private_key_jwk
I have setup an External identity with custom oidc. I want to use private_key_jwk, but I cannot find the place to provide my private key. As specified in the documentation: Client ID and Client Secret are the identifiers your identity provider uses to…
AD/Entra Sync to Entra External ID
Hi all We are setting up an Entra External ID, for enabling customer login on our customer sites. We also have a separate Entra ID with employees, who should also be able to use their employee login on the customer sites. This is an on-prem AD synced to…
Seamless Migration from Azure AD B2C to Microsoft Entra External ID (Retaining Existing Consents)
Dear Microsoft Support Team, We are planning to migrate our application from Azure AD B2C to Microsoft Entra External ID. This migration is coupled with a major rebranding effort, including changes to our application’s name and URL. We currently have…
How can I perform bulk changes for the Microsoft Authenticator Apps registration?
I have several thousands of users in my company that are still using SMS as the primary authentication methods without anything else. How can I perform the bulk enroll or add the Microsoft Authenticator apps to the below user settings ? Thank you in…
Error when attempting to create an Entra External Directory and associate a App Service Web App to it
I've been trying to add Entra External authentication to a new app I'm building. I'm following https://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad?tabs=external-configuration Steps taken Go to Web App Choose…