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

An example for building a CI/CD pipeline in AzureDevOps for TrustFramework policies as an alternative to the powershell example in [msft docs](https://docs.microsoft.com/en-us/azure/active-directory-b2c/deploy-custom-policies-devops) Uses https://github.com/judedaryl/go-ieftool The original project was written in...

Hi, We implemented MFA through our policies, but based on customer requested ended up writing the custom policies to support MFA using the Authenticator App and a phone number (text...

"template_id" is "templateId" in the SendInBlue API: https://developers.sendinblue.com/docs/send-a-transactional-email#1-generate-a-code-snippet-to-quickly-test-your-request. Using "template_id" will return a misleading error message saying that the "sender" parameter is missing, even though "sender" is not required.

In [samples repo](https://github.com/azure-ad-b2c/samples#getting-started) for custom policies, Getting Started section reads: > See our Azure AD B2C Wiki articles to help walkthrough the custom policy components. with a link to following...

Hi, I am trying to get custom email validation working with sendInBlue. I am getting this error in the UI when clicking `send verification code` ``` The claims exchange 'SendOtp'...

Just tried to implement the password reset email policy sample and got Missing Required Element [Email Address] as an error while trying to reset my password. Did not found the...

I uploaded all required files to Identity Experience Framework and after attempt to runing B2C_1A_DEMO_PASSWORDRESET_NOTLASTPASSWORD file it opens properly. But after entering email address and verification it,I tried to fill...

If a user signs in with a social media account + email address that matches a local account with the same email, an error message is displayed as intended. On...

As posted in https://docs.microsoft.com/en-us/answers/questions/848452/continueonerror-true-has-no-effect.html?childToView=864861#answer-864861 additional validation profiles are not called when a previous one raises an error and despite ContinueOnError is true. I found the issue to be the presence...

Hi, we are trying to use `sign-in-with-magic-link-keyvault` sample in our application. The sample uses **Hosted Blazor WebAssembly** model and `Microsoft.Identity.Web` library which has `OnRedirectToIdentityProvider` hook, which in turn is used...