active-directory-b2c-advanced-policies icon indicating copy to clipboard operation
active-directory-b2c-advanced-policies copied to clipboard

Sample for use with Azure AD B2C with Custom Policies.

Results 59 active-directory-b2c-advanced-policies issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to create a custom policy for setting both username and email when creating a new account to be used as part of the user's identity so...

I have created an angular 8 custom component for pages in my Google site website. I have included the component as an embedded code in google sites. Initially it was...

I have the following setup for my B2C custom policy: ```xml Session Mananagement Provider ``` Notice one of the persisted claim is of StringCollection `` type. The original values are...

Hello I'm trying to integrate zendesk and azure b2c using custom policies with SAML flow So I followed documentation described here https://docs.microsoft.com/en-us/azure/active-directory-b2c/connect-with-saml-service-providers I modified NameId to use email. So login...

` ` **Scenario:** - sign up using facebook - user navigates to account-linking flow - selects UnlinkFacebookExchange **User is now locked out of account with no easy way for an...

Is it possible to simply merge an account when the same email is already verified in an existing account? How to reproduce: 1. signup/signin at https://wingtipgamesb2c.azurewebsites.net with local account (email1)...

I would just like to know, can we use two email addresses for Multi-factor authentication in custom policies just like two phone numbers. Is it possible to do that? Any...

When trying to connect Azure B2C with another IdP, using custom policies, we encounter the following error in AppInsights logging: **Key type not supported: 'EC'.** and it bails out with...

Does anyone have any advice on troubleshooting validation errors? I tried setting up Application Insights for my tenant but all I see is a generic message "Error returned was 400/Request_BadRequest:...

I saw CreateAlternativeSecurityId as claim transformation method in the official guideline. But in the code, I saw CreateUserIdentity. May I know which one shall I use instead?