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

You want to change the instructions at the home page and change the IssuerURL to: https://contoso.b2clogin.com/contoso.onmicrosoft.com/SAMLRPPolicy instead of https://login.microsoftonline.com/te/contoso.onmicrosoft.com/SAMLRPPolicy

Hi, I am trying to find some samples for Azure B2C - Single Sign On for multiple C# WebForms 4.7.2 (no MVC). Please refer me to the correct place. Thanks...

I am trying to add collect user details using LocalAccountSignUpWithLogonName custom policy.I have added ` ` to `LocalAccountSignUpWithLogonName` as outputclaim. I want to make the email field optional, but if...

When following the tutorial at https://github.com/Azure-Samples/active-directory-b2c-advanced-policies/blob/master/Documentation/Features%20part%205.md#using-the-user-journey-recorderplayer I am not able to retrieve any logs regarding my GUID. I tried to debug and made a POST request against https://b2crecorder.azurewebsites.net/stream?id=XXX and got...

I shouldn't have to manually download set Visual Studio to use TrustFrameworkPolicy_0.3.0.0.xsd as a schema. It should be hosted at a public url so I can do `xsi:schemaLocation="http://schemas.microsoft.com/online/cpim/schemas/2013/06 http://whterver.xsd"`. If...

Content definitions (TrustFrameworkPolicy element "ContentDefinition") with DataUri="urn:com:microsoft:aad:b2c:elements:selfasserted:1.1.0" do not set the focus on the first attribute (HTML input element for claim). _Only the content definiton with DataUri="urn:com:microsoft:aad:b2c:elements:unifiedssp:1.0.0" contains a useful...

Hi! I'm using custom policy to add Azure AD as an identity provider for my Azure Ad B2C instance. To make it work i had to add the following redirect...

I've tried to run deploy and run "WingTipToysWebApplication". I am getting the error "Invalid object name 'AspNetUsers'". I've created an empty database and configured it in the connection string. I...

IMO, the [WingTip Games demo](https://github.com/Azure-Samples/active-directory-b2c-advanced-policies/tree/master/wingtipgamesb2c) is worthy of its own Project. i.e. Azure-Samples/active-directory-b2c-wingtip-demo

As Chris answered [here](https://stackoverflow.com/questions/47775101/b2c-ief-password-reset-with-username), one way to ensure the password reset flow is being performed by the account owner is having a REST API which connects to MS Graph API...