Synonym of azure-ad-b2c tag https://stackoverflow.com/tags/azure-ad-b2c/
Questions tagged [aad-b2c]
174 questions
0
votes
1 answer
B2C Sign-up screen shows {OIDC:LoginHint} instead of the login
I am passing an email of a prospective member in the login_hint from my website to B2C. In my custom policy I am setting the email claim of the "SignUp" TechnicalProfile to {OIDC:LoginHint}

user1044169
- 2,686
- 6
- 35
- 64
0
votes
1 answer
Conditional Multifactor Authentication in a Azure AD B2C Custom Policy
In the Azure AD B2C out-of-the-box flows, you can configure conditional MFA by checking a few radio buttons as so:
I'm trying to replicate the same thing in a custom policy but all of the documentation and samples I have found are either incomplete…

Elgreengoloco
- 243
- 1
- 2
- 6
0
votes
0 answers
Can Azure API Management acquire access tokens from B2C?
We want to make our APIs available to external systems.
Our APIs are protected by "Access tokens" using OAUTH2 and Azure AD B2C as an Identity Provider.
Unfortunately, B2C does not support the "Client Credential Flow", so external systems cannot get…

Alboz
- 1,833
- 20
- 29
0
votes
1 answer
Getting error while triggering a basic http call from ‘Keycloak’ to ‘Azure ADB2C’ for token response
While making a basic http calls from “Keycloak” to “Azure ADB2C” to retrieve a token as a response from AD B2C.
The current flow looks like this. For a Java web application which is integrated with the ‘Keycloak’ as an identity broker, and from the…

CloudSpace03
- 31
- 9
0
votes
1 answer
KeyCloak Integration with Azure ADB2C - Missing State Parameter
I’ve integrated “KeyCloak” (identity broker) with Azure ADB2C for authenticating a user.
Firstly, the user ADB2C Login user flow endpoint integrated with Keycloak and tested it, which is absolutely fine. Also, we have integrated B2C “Forgot…

CloudSpace03
- 31
- 9
0
votes
1 answer
B2C- How to access the element of a custom policy
Is there a way to access the element of the custom policy to modify for example the label, the appearance of the controls, color, font, or adding a line...?
my custom policy interface

Nicolas
- 167
- 8
0
votes
1 answer
Error while accessing ADB2C Forgot password link in SignIn page
We have integrate ADB2C with a java web application, once user click on Signin button user navigated to the Signin page, while accessing the Forgot password link in Signin page user unable to redirect to forgot password page and b2c issuing this…

CloudSpace03
- 31
- 9
0
votes
1 answer
KeyCloak Integration with Azure B2C UserName Mapping Issue
We’ve implemented a keycloak integration with Azure ADB2C as an identity provider. While mapping the user claims in keycloak from the b2c token, I’m seeing a blank for the ‘sub’ claim. Is there anything to modify in the B2C policy or the Keycloak…

CloudSpace03
- 31
- 9
0
votes
1 answer
Clear all browser sessions after Sign Up using Azure AD B2C Custom Policy
I have a SignUp Invite Flow via email implemented using Azure Active Directory B2C Custom policy. It works as expected. But, I have a scenario to be handled.
If a user - UserA is signed into the application and has a valid session.
The same user…

Abhay Nagaraj
- 93
- 9
0
votes
1 answer
Azure B2C - How to skip sign in page for profile edit flow on mobile app
According to the documentation here: https://learn.microsoft.com/en-us/azure/active-directory-b2c/add-profile-editing-policy?pivots=b2c-custom-policy. The profile edit flow will show the Sign-up or sign-in page, if there are no active session. If…

davidx1
- 3,525
- 9
- 38
- 65
0
votes
0 answers
AD B2C Authenticated user
I have a usecase to integrate “ADB2C” with a “Java application” for a user authentication, and we are using a Microsoft MSAL libraries in the integration .
And here is a scenario that I’m facing currently, once a user navigates to the java web…

CloudSpace03
- 31
- 9
0
votes
0 answers
ADB2C- use a login_hint on external Azure Active Directory sign-in
We have implemented an external Azure AD integration using a custom policy. We want to change the process where we display a textbox first where we ask for the email, check if the email domain has integration with our system and display an error if…

Sdiego
- 27
- 4
0
votes
1 answer
Azure AAD B2C - history of profile changes
I use AAD B2C as an identity provider within my application and I would need to keep history log of user profile edits - have history of changes such as user changed his name / email / password (of course not storing the password value). I am able…

marek_lani
- 3,895
- 4
- 29
- 50
0
votes
0 answers
Not able to receive email as Input claim via query string when calling to rest api service deployed on azure
I am facing an issue while calling a custom rest api deployed on azure app service.
I have a created a technical profile which calls a custom api and that api accepts an email of use who is trying to login. but some how email is empty.I tried with…

Tejinder Singh
- 1,070
- 2
- 8
- 24
0
votes
1 answer
We have Integrated ADB2C with a web application to handle a user signup & authentication, need help to add a customization in B2C signup form
Here is a question from the ADB2C Signup page. Where I have an use case to add more validation in the B2C SignUp form, we have to restrict / show an error if the user types in an invalid phone number using all 9’s or all ten digit phone number…

CloudSpace03
- 31
- 9