Skip to main content

All Questions

0 votes
0 answers
14 views

User info endpoint intermittently sending incorrect data when impersonating

Issue is happening intermittently and seemingly at no specific interval. Admin user is impersonating another user, when the user-info endpoint is hit with the impersonated access_token, some details ...
Joseph Freitas's user avatar
0 votes
2 answers
176 views

How to remove proxyaddresses from B2C user?

I'm trying to update a user's email, but I can't because the proxy addresses are already in use. The problem is that the email is a proxy address of another, not the main one, and we cannot use it for ...
Pedro's user avatar
  • 56
0 votes
1 answer
84 views

C# CS1061 Error with '.Request' (Trying to update users in an Azure AD B2C through external app)

I have been struggling with a CS1061 error for '.Request()' and cannot seem to figure it out, if anyone can think of a solution or a work around it would be greatly appreciated! The program is running ...
Prime Capybara's user avatar
0 votes
1 answer
47 views

How to authenticate only Local and Guest users in Azure AD B2C and add custom claims in token?

We are facing an issue in Azure AD B2C to authenticate only Local and Guest users. It is possible with just an application of a single tenant. But We need to add custom claims in token which is not ...
Zubair Afridi's user avatar
0 votes
0 answers
101 views

Azure B2C Force Password Reset After X Number of Days

Using the following Docs I've setup an Azure B2C to force password reset after 1 Day. https://learn.microsoft.com/en-us/azure/active-directory-b2c/force-password-reset?pivots=b2c-user-flow#password-...
aherrick's user avatar
  • 20.1k
0 votes
1 answer
111 views

How to extract the Phone Number Recovery Email from the Azure Active Directory B2C

We are using Azure Active Directory B2C for managing users. We have defined "Sign up and sign in" user flow which uses Local accounts - Phone Signup as an Identity Provider. We also turned ...
Oleksandr Karpenko's user avatar
0 votes
0 answers
688 views

Azure AD B2C keeps asking user to enroll in MFA even if they are excluded from Conditional access policy

I have an asp.net 4.8 web application integrated with Azure AD B2C. External users will use local account in B2C tenant Internal company users will use their own Azure AD access to log in to the ...
Haitham Shaddad's user avatar
0 votes
0 answers
187 views

Create and manage marketplace managed application Azure B2C tenant in bicep

I'm currently working on Azure Marketplace app. So far, I was able to remodel all of the required infrastructure resources using bicep, unfortunately I hit the wall when trying to create a managed B2C ...
user1013607's user avatar
0 votes
2 answers
221 views

How to retrieve authentication/emailmethods values of a user using Microsoft Graph SDK?

I'm retrieving the users from Azure AD with the following code. I want to retrieve the authentication\emailmethods and the email address. I set up the API Permissions as mentioned on this page. ...
wonderful world's user avatar
0 votes
1 answer
261 views

Create a user in AAD B2C

I'm working on an SPA/Web API app and using AAD B2C for user authentification. As a feature, I want to let the user create users accounts from the app UI and I have planned to use the Microsoft Graph ...
user avatar
0 votes
2 answers
244 views

How to fix error : AADB2C90304: Claims exchange with id 'LocalAccountSigninEmailExchange' could not be found in orchestration step '2'

I am creating users using Microsoft Graph API as follows. var userToAddToAAD = new User { AccountEnabled = true, DisplayName = $"{firstName} {lastName}", MailNickname = $"{...
Piyumi Nadeeshani's user avatar
0 votes
1 answer
248 views

Configure Local IDP in Azure AD using API

In Azure AD, we can configure the local IDP in the GUI by going into the "Azure AD B2C" service and then selecting "Identity Providers" and then selecting the "Local Account&...
Nikil Lepcha's user avatar
0 votes
1 answer
171 views

How to obtain an Azure Active Directory's B2C Custom attribute using GraphServiceClient?

I have an ADB2C list of users, for which a Custom attribute is attached. I need to programmatically obtain the attribute. First, when I query the entry using powershell AzureAD extension, I can see ...
onkami's user avatar
  • 9,161
1 vote
1 answer
427 views

Unable to create Azure B2C User Flow via powershell with b2cIdentityUserFlow

I am trying to create a user flow with PowerShell, but I receiveThe remote server returned an error: (403) Forbidden.. I was reading the documentation from Microsoft but with no success. Connect-...
Dave061's user avatar
  • 185
3 votes
3 answers
2k views

How to fetch authentication methods or MFA phone number of azure ad b2c users using MS graph API

We are working on a use case in Azure AD B2C space, where we need to access the user’s MFA phone number (as shown in image below) entered while registering through the signup user flow or policy. We ...
Bhushan's user avatar
  • 652

15 30 50 per page
1
2 3 4 5
19