You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you move the ClaimsProvider from the BuildingBlocks element to the sibling ClaimsProviders element , the policy is uploaded without errors. You must make sure ClaimTypeReferenceId="signInNames.emailAddress" matches the ClaimType defined in the Base (in my case and probably others, this is email)
This issue might not be related to this repo, but to the Azure Docs -- my apologies in advance if so:
I am following these instructions to add a UserInfo endpoint to my OID custom policy
https://learn.microsoft.com/en-us/azure/active-directory-b2c/userinfo-endpoint?pivots=b2c-custom-policy
Specifically
Add the Token Issuer technical profile
Open the TrustFrameworkExtensions.xml file.
If it doesn't exist already, add a ClaimsProvider element and its child elements as the first element under the BuildingBlocks element.
Add the following claims provider:
My final
BuildingBlocks
looks like this:I upload the Base and Localization XML without problems, but this one fails with error:
This fails with
ClaimsProviders
orClaimsProvider
as child ofBuildingBlocks
.So it seems the Azure Docs are outdated? If so, can anyone point me to the documentation and steps to add a UserInfo endpoint?
The text was updated successfully, but these errors were encountered: