samples
samples copied to clipboard
Azure AD B2C custom policy solutions and samples.
Hey together, just tried to implement the sample "[mfa-email-or-phone](https://github.com/azure-ad-b2c/samples/tree/master/policies/mfa-email-or-phone)". On the Readme it says "_For scenarios where you would like to give users the choice to use Email verification or...
Hi There, After I added Google and Twitter as Claim providers for auto account link, they failed with "AAD-FindLocalAccountWithSocialEmail" technical profile. In results failed to signin and link account for...
Hi I followed this policies/mfa-email-or-phone/ to implement email-only-based MFA. We have 2 web sites (one is .net framework, the other is .net core). Both sites use the same Azure b2c...
Hello Guys, I'm new to GitHub and customer policies, I hope you can help me! I followed the custom policy in this [link ](https://github.com/azure-ad-b2c/samples/tree/master/policies/mfa-email-or-phone)to sign in/ up using mfa method,...
I have followed the embedded-password-reset policy and added the changes to my TrustFrameworkExtensions with the addition ClaimsProvider section that contains the SAML config however the password reset link always goes...
Hey all, For the past few days I have been stuck at trying to build a way to add B2C users to CosmosDB and now I'm starting to think this...
Hello, in [Sign-in with Authenticator App Sample](https://github.com/azure-ad-b2c/samples/tree/master/policies/sign-in-with-authenticator#sign-in-with-authenticator-app), states that is using and I quote: "This sample makes use of a backend REST API that is located in the [custom-mfa-totp sample](https://github.com/azure-ad-b2c/samples/tree/master/policies/custom-mfa-totp)."...
I want to make the magic link sample work with a SAML relying party. I know id_token_hint is an OIDC concept, but I do not understand why this should be...
the policy when uploaded throwing error missing key aadsamlaadprod ones thats updated throwing 
As mentioned in this StackOverflow question: https://stackoverflow.com/questions/52635930/azure-b2c-using-outdated-version-of-jquery-version-1-10-2/76183739#76183739 using older content definition versions use an older jQuery that is vulnerable to XSS. I based my custom policies with basic knowledge regarding...