Synonym of azure-ad-b2c tag https://stackoverflow.com/tags/azure-ad-b2c/
Questions tagged [aad-b2c]
174 questions
0
votes
1 answer
Updating federated user's adb2c UserPrincipalName via Graph API
We are allowing External Azure AD users to signup and login to our application via a custom policy. This creates a shell user in our azure ad org and we use the user's email address under user profile, not the user's UPN from the external AD. If…

Sdiego
- 27
- 4
0
votes
1 answer
I can't send ProviderName attribute in Azure B2C AuthNRequest
I am trying to connect Azure B2C with a SAML2 identity provider using custom policies. I've followed this tutorial, the problem is that I need to set the ProviderName attribute with a especific value and for some reason B2C doesn't send it.
Anyone…

Diego
- 1
- 1
0
votes
1 answer
How to add custom claims to azure b2c access token?
I have an azure active directory B2C account.
The client and web api of the application are registered there.
There are also user flows, for example, for registration and login.
A web api (asp net core web api) protected by a b2c token.
How to…

Александр Климук
- 53
- 8
0
votes
0 answers
Delegate permission or let client application request scope for AAD B2C application
We have the Web API as server application which registered from AAD B2C tenant, while the user would create their own Client app to invoke the Web API. However, the user could only register their Client app from their default directory which belong…

Distance
- 21
- 1
0
votes
1 answer
Delete a B2C User using Graph API - Insufficient privileges to complete the operation
I'm using MS Graph APIs to manage users in my B2C directory. I'm able to create/update the users but I cannot delete a user. I get this error message "Insufficient privileges to complete the operation". I have made sure the client app has…

Vivek N
- 991
- 12
- 22
0
votes
1 answer
Azure B2C - Facebook Signup asks for Profile picture instead of email
I have a B2C custom policy that uses Facebook as an IDP. My policy asks FB for name, email etc. However, when a user signs up throug Facebook, FB displays that the name and profile picture is required. I have not specified profile picture in my…

ATrivino
- 25
- 3
0
votes
1 answer
Azure B2C - Terms of Service checkbox for Social Signup/Signin
I would like to display the Terms of Service checkbox after the user signs up through an IDP (Facebook, Google, etc.) How can I achieve this?
I am however encountering "The page cannot be displayed because an internal server error has occurred."…

ATrivino
- 25
- 3
0
votes
1 answer
Limit which business customer accounts can sign in to multi-tenant application using AD B2C
I want to create a multi-tenant application where users will log in using Azure AD B2C. I will grant access to certain tenants that are our customers using policies. Only business customers from select tenants will have access.
I have a customer…

jokarl
- 1,913
- 2
- 24
- 52
0
votes
1 answer
Lag in getting the new value of a custom attribute after updating it
We have two custom policies written for our application - verify_email and signup_sign_in policies. We send a welcome email out (we do not use otp to verify email during sign up) to user with a link to the verify_email custom policy. The link…

Sdiego
- 27
- 4
0
votes
1 answer
B2C Multilingual issue, success/failure message are displayed in english in place of selected ui_locales language
B2C Multilingual issue, Am setting the language to "gu" i.e. Gujarati, the content is converted to "gu" but the success/failure message are displayed in english language. I want it to be in "gu".

Akash Prajapati
- 1
- 3
0
votes
2 answers
AAD B2C multiple types of registration flows
I am creating application where I use AD B2C with Custom Policies to implement user management capabilities. In my application however I need to support multiple types of accounts while for each of the account type there should be different sign-up…

marek_lani
- 3,895
- 4
- 29
- 50
0
votes
0 answers
B2C Sign Up and Sign In Policy - Self-Service Reset Password redirects back to change password
In my Azure B2C Sign Up and Sign In Policy I have "Self-service password reset" ticked.
I don't have any reset password policy, as I understand this isn't necessary.
The password reset works, however after the user resets their password, they're…

MG123
- 402
- 2
- 14
0
votes
1 answer
Azure AD B2C: error for on-premise ad fs as SAML identity provider
I was trying to add our on-prem AD FS as SMAL identity provider in azure ad b2c. I followed this document and finished all steps.
Then I tried the Run now endpoint (from aad b2c custom policy), and clicked the new IDP button (MY AD FS), I got the…

Rick Hayek
- 125
- 10
0
votes
1 answer
How to prevent new window for AD B2C login with React
I am following the tutorials provided by Microsoft to try the AD B2C authentication flows using redirect, but this always opens a new browser tab to present Microsoft's login screen. This breaks the user experience we want to provide in our app. Is…

user716222
- 279
- 1
- 2
- 5
0
votes
0 answers
Self-Served Password Reset (Embedded Password Reset sample) does not prepopulate the email field with what the user has already entered in email field
When using the Self-Served Password Reset (Embedded Password Reset sample), if the email field has already been populated by the user, and they click "Forgot your password" link, in the Reset password flow the user is prompted to enter the email…

Alboz
- 1,833
- 20
- 29