Synonym of azure-ad-b2c tag https://stackoverflow.com/tags/azure-ad-b2c/
Questions tagged [aad-b2c]
174 questions
0
votes
1 answer
AzureB2C - Client credentials and query parameters in a custom policy
I am trying to use a client credential (ie client_id & client_secret) to access a custom policy (for Azure AD B2C) to get a custom JWT back. I can do this now (see here: OIDC-Connect technical profile only works under a self-asserted validation…

Dessus
- 2,147
- 1
- 14
- 24
0
votes
0 answers
AAD B2C REST API call - display error on following step
I've been looking for a way to not interrupt the user journey in a AAD B2C custom policy after receiving a HTTP 409 response from a REST API call which is invoked by a validation techcnical profile with ContinueOnError=true. I tried doing what is…

erionpc
- 368
- 3
- 15
0
votes
1 answer
Non-interactive authentication and authorization in ADB2C
Is it possible for AD B2C to be utilized for non-interactive authentication. ie I want to pass-in a username (email-id)/password and be authenticated into application (not API backend but a web application bypassing a login flow - basically…

user14013917
- 149
- 1
- 10
0
votes
1 answer
Sign Up/In not working in ASP. NET Core application: Azure B2C
We configured user flow with Google as identity provider. Followed the Azure-Sample repository on GitHub in building one ASP.NET Core webapp with .NET6.
appsettings.json:-
"AzureAdB2C": {
"Instance": "https://b2ctenant.b2clogin.com",
…

Kathiea
- 15
- 5
0
votes
1 answer
Is it possible to use Azure ADB2C as an IDP for federating google cloud identity apps
Scenario:
Managed GCP Applications hosted on GCP with a Google cloud identity setup for customers
Want customers to access GCP managed service using their own IDP
Question:
Can I use Azure AD b2c as an IDP for Google cloud identity ?
Looking for a…

Sam-Tahir
- 191
- 3
- 15
0
votes
0 answers
B2C Custom Profile called multiple times with just object ID and no other fields
We are using Azure B2C as our IdP. We have created custom policies for registration, login and credential management. As part of the registration and login we call REST APIs provided by our back office software. The User Journeys are set up to call…

Richard George
- 1
- 2
0
votes
1 answer
Azure AD B2C custom policy check if account is locked
Is it possible to check if the user is in account locked state and within the account lockout duration?
The requirement is to provide an error to the user that account is locked and he/she needs to wait until lockout duration is completed on custom…

Erkan Y.
- 601
- 1
- 6
- 14
0
votes
1 answer
Azure AD B2C Custom policy SAML token lifetime & session timeout
I configured a custom b2c policy for the sign-up/sign-in flow that uses SAML for token exchange.
I would like to understand how to control the token lifetime (SAML) and session duration.
The session duration should be 4 hours, to prevent the user…

denisdm91
- 1
- 1
0
votes
1 answer
Azure AD B2C Custom policy add user help text when password reset
I implemented self-service password reset and password expiration after 90 days, I was asking how I could include a message to notify the user when they are making the change.
password reset
Currently when a password change is proposed (especially…

denisdm91
- 1
- 1
0
votes
1 answer
Azure AD B2C Custom policy SignUp & SignIn with MFA and with force password after 90 days
I am trying to integrate this policy to my policy:
https://github.com/azure-ad-b2c/samples/blob/master/policies/force-password-reset-after-90-days/readme.md
extension_passwordResetOn custom user attribute
I created the required custom user…

denisdm91
- 1
- 1
0
votes
1 answer
Manage Random Query String Values in AD B2C
In this scenario, once a user requests a b2c Login / Registration, every time web-application redirects that requests to b2c and that requests appended with a random query string value each time.
Now, from b2c side we have to read those random /…

CloudSpace03
- 31
- 9
0
votes
0 answers
Azure B2C Identity Experience Framework: IDP logo not showing for Github and LinkedIn and rendered page size for sign-in edit etc is too big
This may be the case for other identity / claims providers, the CSS references it but the background-image logo is not displaying for LinkedIn and GitHub.
If I use flows rather than custom policies then the logos display fine. I have to use policies…
0
votes
1 answer
Azure B2C Custom Policy - Custom technical profile doesn't work in SignUp
I'm trying to use custom technical profile for Local Account in SignUpOrSignIn user journey.
I have Created the following technical profile in my customtrustframeworkextensions.xml (base:trustframeworkextensions.xml):
…

atr4st
- 25
- 3
0
votes
1 answer
Validate Email through DisplayControl
Our current reset password flow works by first showing you a field for email address. Then sends you an email with OTP code to verify your email with and goes on with a password reset. We use the starter pack and SendGrid for the emails, implemented…

Boyan Stefanov
- 1
- 1
0
votes
0 answers
Azure Active Directory Authentication in Flutter
I am trying a POC on AAD_OAUTH of flutter in my Application and not able to resolve this error below.
Error:
══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
The following JSNoSuchMethodError was…

Murtaza
- 1