Hi @Micah Armantrout ,
Thanks for reach out.
Thanks for sharing the xml files. I have gone through each and find your RP file B2C_IA_SIGNUP_SIGNIN has orchestration step to call AADCommon-OpenIdConnect technical profile, but I am not able to find the technical profile defined in any of the claim provider in the xml files.
Also, while setting up the AADCommon-OpenIdConnect technical profile, you need to make sure of the below points:
- Application registered in the Azure AD should be multi-tenant application.
- Metadata should be correctly configured with common endpoint <Item Key="METADATA">https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration</Item>
- ValidTokenIssuerPrefixes should have Guid Id of each tenant from which you want to signIn.
Hope this will help.
Thanks,
Shweta
---------------------------------------
Please remember to "Accept Answer" if answer helped you.