Azure-Samples / active-directory-b2c-custom-policy-starterpack

Azure AD B2C now allows uploading of a Custom Policy which allows full control and customization of the Identity Experience Framework
http://aka.ms/aadb2ccustom
MIT License
326 stars 386 forks source link

The scenario 'password-change' doesn't work because TrustFrameworkExtensions.xml directly references the Base file #124

Open kengaderdus opened 2 years ago

kengaderdus commented 2 years ago

This setup is missing <Item Key="client_id">...</Item> <Item Key="IdTokenAudience">...</Item> and

<InputClaim ClaimTypeReferenceId="client_id" DefaultValue="..." /> <InputClaim ClaimTypeReferenceId="resource_id" PartnerClaimType="resource" DefaultValue="..." />

in the login-NonInteractive TP.