samples
samples copied to clipboard
Azure AD B2C custom policy solutions and samples.
I was testing the [force-unique-email-across-social-identities](https://github.com/azure-ad-b2c/samples/tree/master/policies/force-unique-email-across-social-identities) policy, but I was able to sign in with my google and twitter account (which both use the same email address) with out getting the...
Is there any way to copy the Authentication information of the user from legacy tenant to the new tenant while user gets copied to the new tenant using ROPC policy?...
When using the built in provider to allow the user to setup MFA using phone - the user is prompted for Country + Number, then when they click Send Code,...
Hi, the flow works great… much better than the MA one. Problem is if a user enters their email address in the signup flow and then hits “go” on the...
Recently I have changed standard email verification to DisplayControl as I had to send custom emails. I've noticed the UX with the DisplayControl is not the best. What I mean...
From the docs (https://docs.microsoft.com/en-us/azure/active-directory-b2c/display-controls#output-claims): > The output claims of a display control are not sent to the next orchestration step. They are saved temporarily only for the current display control...
I'm using the sample provided here: https://github.com/azure-ad-b2c/samples/blob/master/policies/default-home-realm-discovery/policy/SignIn_HRD.xml Everything seems to work fine but when AAD redirects back to AAD B2C it results in the following error in the logs: ```...
Hi, I would like to give users ability to choose TOTP (e.g. Authenticator app) or E-mail as the second authentication factor. Thank you
Hi, I have a Azure Web App using Microsoft as the identity provider (Authentication settings) - using the default web app authentication handler **/.auth/login/aad/callback** I'm using the https://github.com/azure-ad-b2c/samples/tree/master/policies/signin-email-verification as my...
The example may also suffer from Azure B2C stringCollection can't be serialized when the value is empty array. #55126 https://github.com/MicrosoftDocs/azure-docs/issues/55126 My current testing indicates that this bug may not be...