Questions tagged [azure-ad-b2c-custom-policy]

Azure AD B2C custom policies are configuration files for defining Azure AD B2C tenant. They are commonly used for addressing complex scenario that cannot be addressed through user flows.

Sample scenarios https://github.com/azure-ad-b2c/samples/tree/master#sample-scenarios

To provide product feedback, visit the Azure Active Directory B2C Feedback page.

1054 questions
0
votes
1 answer

Azure ADB2C access without a user

I am using an Azure ADB2C tenant to sign-up/in users with custom policies and rest api claims exchanges. This works fine. Now I would like to start a service (daemon) that runs in a cloud environment for each user that signs-up with my service. This…
Copil tembel
  • 399
  • 4
  • 22
0
votes
0 answers

Understanding responses from just in time migration custom policy in Azure B2C

I have been slowly working through a custom policy to handle a JIT migration of an external IDP users to Azure B2C. It has been a long journey because there are many complexities in sorting out the components and the configuration steps using XML…
Pete Helgren
  • 438
  • 1
  • 7
  • 21
0
votes
1 answer

Azure B2C page layouts missing translations in versions after 2.0.0

How come Azure B2C Page Layouts are missing some translations versions newer from 2.0.0? Tested with languages such as Finnish, Estonian, Lithuanian, Polish, all have same issue. Tested with latest templates as well, no difference. E.g., 2.1.4 is…
Jussi Palo
  • 848
  • 9
  • 26
0
votes
1 answer

How to download/upload Azure B2C TrustFrameworkPolicy using Java

I am looking for some documentation where I can learn how can I download Azure B2C TrustFrameworkPolicy using Java. I went through a lot of documentation but I am not able to find out how. What I think is : Do we have to create a restful webservice…
0
votes
1 answer

Issues with the"CreateRandomString" function in B2C custom policies

For the following code, using "CreateRandomString":
rbrayb
  • 46,440
  • 34
  • 114
  • 174
0
votes
1 answer

Azure ADB2C Rest API additional InputClaims on Sign-In

I have set up a REST API claims exchange to custom policies. This works fine when a new user signs-up. My problem is that on user sign-in, I only receive the objectId as an input claim. I would like my REST API to receive some custom attributes…
Copil tembel
  • 399
  • 4
  • 22
0
votes
2 answers

MFA prompt after a certain time elapses

We are using B2C Custom Policies in production and have a requirement that after a certain time elapses (20 minutes + depending on the application) the user is prompted to login with MFA again irrespective of which service the user is logging into. …
0
votes
1 answer

Iteration within Azure AD B2C custom policy

Is there a way within a B2C custom policy to perform an iteration on some Json returned from a REST call. Example: If the REST service returned: [ { name: "item1", value: "value1" }, { name: "item2", …
solidstore
  • 105
  • 1
  • 14
0
votes
1 answer

How to add a custom step on password reset b2c?

I want to add a new step on password reset that basically needs to display a user custom attribute like extension_question1, which was stored during sign-up, and another field to provide the answer. I also want to make an API call to validate the…
0
votes
1 answer

How can I disable the email verification on reset password using Azure AD B2C?

How can I disable the email verification on reset password using Azure AD B2C? I want to skip the email verification on the reset password user journey and instead I want to make an API call to my own API before allowing the user to define I new…
J. Viégas
  • 135
  • 1
  • 11
0
votes
1 answer

Q: Azure AD B2C: SAML IDP initiated to OpenIdConnect, is it possible?

Trying to setup a custom policy in my Azure AD B2C tenant, I need to communicate to an external IDP using SAML IDP initiated, so client can navigate to their dashboard and click to "my app" that goes against my B2C tenant, and authenticates the user…
Herberth Gomez
  • 187
  • 1
  • 2
  • 19
0
votes
2 answers

Connect two custom policies

I have implemented the custom-mfa-totp sample. I have defined a custom policy which allows to reset the QR code. Everything works fine. Now I need to let's say connect the two policies. Let' assume the following scenario: User signs up to my…
Emaborsa
  • 2,360
  • 4
  • 28
  • 50
0
votes
2 answers

Getting Refresh Token in Azure B2C, with Azure AD App being the third party IDP

We have a Web App and the users authenticate via Azure B2C. We added an Azure AD App as Claims Provider. So our users should be able to login via local accounts and Azure AD accounts. For the ones that login via Azure AD App we'd like to get the…
0
votes
2 answers

AAD B2C always have to input credentials when running login user flow

I am new to using AAD B2C and I am confused why I always have to input my credentials when running the login user flow. Does this mean that I am always logged out whenever I go to the user flow uri? Moreover, I am also confused on how to implement…
0
votes
0 answers

SAML Logout - Azure B2C

I am trying to understand how to perform a logout in Azure B2C (I have a custom policy setup for SAML authentication), from my understanding there are two types of bindings, HTTP-Post and HTTP-Redirect. I checked the metadata file and it has both…
TheWebGuy
  • 11,429
  • 16
  • 52
  • 72