samples
samples copied to clipboard
Azure AD B2C custom policy solutions and samples.
This allows sign in and sign up passwordless custom policies. As B2C requires a password to create a user, a random password is created by the custom policy.
Trying to upload 'policies\custom-email-verifcation-displaycontrol\policy\DisplayControl_TrustFrameworkExtensions.xml' Duplicate in supported cultures list: https://www.screencast.com/t/OZEbY9jAjP But this validation error occurs.
Hi I am trying to deploy TOTP REST API to azure app service. Here is the Github link. https://github.com/azure-ad-b2c/samples/tree/master/policies/custom-mfa-totp. Here is the screenshot of the page  Here is the...
Hello, I am trying to get force password reset on first login to work. I merged the changes that are part of https://github.com/azure-ad-b2c/samples/tree/master/policies/force-password-reset-first-logon to my TrustFrameworkBase.xml and SignuporSignin.xml I was...
 Using DisplayControl_SignUpOrSignin.XML and TrustFrameWorkBase.xml from https://github.com/Azure-Samples/active-directory-b2c-custom-policy-starterpack/tree/master/LocalAccounts There are some issues - first the above - the password field is missing and the signin displayname is being used as a...
I'm trying [this sample for terms of use agreement ](https://github.com/azure-ad-b2c/samples/tree/master/policies/sign-in-sign-up-versioned-tou) and expect the following results like described in [the doc](https://docs.microsoft.com/en-us/azure/active-directory-b2c/manage-user-access#capture-terms-of-use-agreement). > * A new user is signing up. The terms...
For this policy: samples/policies/invite/ "SignUp with email invitation" "In order for B2C to manage this metadata for us we will need to upload the certificate we generated to sign our...
If GivenName/Surname are selected in User attributes, then the user is asked to enter these explicitly, when instead they should be extracted from social providers. If GivenName/Surname are not selected...
I have followed the instructions about the [sign-up-deep-link](https://github.com/azure-ad-b2c/samples/tree/master/policies/sign-up-deep-link), but I'm getting the error below. **The resource you are looking for has been removed, had its name changed, or is temporarily...
Fix the exception which is caused by missing estsRequestId Claim. Related issue : https://github.com/azure-ad-b2c/samples/issues/260