Questions tagged [aad-b2c]

Synonym of azure-ad-b2c tag https://stackoverflow.com/tags/azure-ad-b2c/

174 questions
1
vote
0 answers

Azure-b2c Twilio MFA call option

We're trying to integrate Twilio sms and call instead of default azure-b2c call/sms option. SMS works fine, however I am having a hard time setting up call option within custom policy. Our flow is to call user and have them press # key. How can I on…
1
vote
1 answer

Map REST API response with collection of objects from B2C custom policy

I am implementing REST API call from B2C custom policy and have a few doubts. The first one is it possible to have an output claim with collection of objects? For example, REST API response has a collection of objects "prop2". { "prop1":…
1
vote
2 answers

Why is a delay when i reset password using api graph?

I am using the graph api to reset the users password, but there is a delay when I try the new password, between 1-2 minutes before the new password works. I am using the following endpoint: PATCH https://graph.microsoft.com/v1.0/users/{{userId}} { …
Pedro
  • 37
  • 3
1
vote
1 answer

B2C - Sign in with Google account not showing

We are in the process of setting Google OAuth to Azure B2C. What are the values to pass for client id and client secret when adding Google as identity provider. See this image: Configure Google as Identity Provider When users run, sign up and sign…
Kathiea
  • 15
  • 5
1
vote
1 answer

Multiple query strings parameter handling in Azure AD B2C

We are developing ADB2C custom policies to handle the user authentication and registration requests coming from the client web app. I have a scenario, our web application is redirecting login / signup requests to B2C and that requests url append…
1
vote
2 answers

Username Discovery in B2C

I am trying to configure forgot user Name flow using https://github.com/azure-ad-b2c/samples/tree/master/policies/username-discovery where users can provide their email and it will discover the user name and call REST technical profile within the…
t_t
  • 19
  • 3
1
vote
2 answers

Snowflake reader account, add SSO

Is it possible to add for example azure aadb2c for Snowflake reader account ? There is no real documentation about it. For the regular account you can do that, but for reader there is really no info about it.
kaarel
  • 45
  • 5
1
vote
1 answer

Azure Ad B2C auto signin after signup/resetpassword

In my .net6 razor pages web application, I could see signin, signout, signup and reset password policies working perfectly fine. But after successful execution of a policy journey, say signup or reset password, the web app…
1
vote
1 answer

How to appy string transformation for azure b2c idp url usin claim resolver

Use case : As a developer i want to to extract the redirect_uri from the b2c idp url and then apply claim transformation preferably a string one to extract certain information and use that to build the loadURi under content definition and display…
1
vote
1 answer

Looking up users in AAD B2C using extension attributes or unusual standard attributes

This is a follow-up to this question. I need to query AAD B2C to lookup a user using an employeeID which, for reasons related to what fields our account provisioning solution can deal with, is currently stored in the telephoneNumber field. I have…
1
vote
1 answer

MAUI authentication with MSAL for B2C shows black screen

I am working with the .NET MAUI starter project (calling it AuthTest) and adding the changes from this article, but when the android emulator tries to start the B2C process all I get back is black screen that just sits until the system gives me the…
Jerry Esch
  • 175
  • 1
  • 2
  • 11
1
vote
0 answers

Azure B2C user flows - accessibility issues on screen readers

We currently have issues to make the B2C user flows accessible from a screen reader perspective. All the DOM ingested by the MS user flows in junction with our html/css UI files makes impossible for a screen reader to don´t crash or work with…
1
vote
0 answers

Difference between CombinedSignInAndSignUp with api.signuporsignin vs ClaimsProviderSelection with api.idpselections

I'm wondering if there is any difference between following sets of orchestration steps: CombinedSignInAndSignUp with api.signuporsignin
kamilz
  • 168
  • 1
  • 12
1
vote
0 answers

Azure AD B2C - authorization code grant, profile_info response

I'm using Azure AD B2C with Authorization code grant. In the response after exchaning code for token, there is additional property profile_info with JSON encoded as Base64. { "id_token": "", "token_type": "Bearer", …
kamilz
  • 168
  • 1
  • 12
1
vote
1 answer

User already exists with AlternativeSecurityId with another issuerUserId/issuerAssignedId

We're having a problem with AAD-UserWriteUsingAlternativeSecurityId because AlternativeSecurityId exists, but, it derivates from ClaimTransformations which has receive two InputClaims issuerUserId issuer The issue remains the same, but,…
1
2
3
11 12