samples icon indicating copy to clipboard operation
samples copied to clipboard

Azure AD B2C custom policy solutions and samples.

Results 172 samples issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi! I am implementing an adaptation from the sample ([A B2C IEF Custom Policy which allows disabling accounts that are from External IDPs](https://github.com/azure-ad-b2c/samples/tree/master/policies/disable-social-account-from-logon#a-b2c-ief-custom-policy-which-allows-disabling-accounts-that-are-from-external-idps)) on top of **auto-account-link** and have a...

I am using this sample home realm discovery custom policy and it works well. Only issue is with this policy if i use forgot password link i am getting the...

Hi, thank you for great repository! We're now trying to upload SendGrid custom policy. But they aren't working by the following issue. I found the following issue, so fixed XML....

Trying to follow the sample for adding the groups to the claims from here: https://github.com/azure-ad-b2c/samples/tree/master/policies/groups I am getting the following error: Id:c73117b9-6095-477b-9aa5-895396f2e301 ; Message: The claims exchange 'REST-AcquireAccessTokenForGraph' specified in...

On the [PasswordReset samples](https://github.com/azure-ad-b2c/samples/tree/master/policies/password-reset-only) that require email verification, there is a `` element that is supposed to display a loading/working indicator so the user knows to hold tight. On this...

The policy tries to read the user from the AD before checking if the account exists. **Error message:** Exception Message:A Claim of ClaimType with id "accountEnabled" was not found, which...

The first step of the live demo of force-password-reset asks to create a local account. Form validation passes, but account creation fails with message: "Unable to validate the information provided"

Im trying to use the example from https://github.com/azure-ad-b2c/samples/tree/master/policies/change-sign-in-name After I upload this xml file and I try to run it I get a blank page with en error message: **The...

The [conditional access flow](https://github.com/azure-ad-b2c/samples/tree/master/policies/conditional-access) with blocking allows to sign up and even generates a valid token during signUup instead of blocking the user or blocking the whole signUp process. I...

Hello guys. We use Azure AD B2C with Custom Policies in our application. And we need to configure a similar application for China. We created new applications on China Azure...