We are trying to block the federated user from azure ad b2c custom policies.
following the sample from https://github.com/azure-ad-b2c/samples/tree/master/policies/disable-social-account-from-logon
Issue:
When running the custom policies with our saml assertion from samples, when the federated user is logged in from the external IDP below page is triggered
The page after signin of federated user with the output claim of federated user details.
I need to skip this page and make silent signup of user to generated objectid ad b2c using AAD-CreateAlternativeSecurityId technical profile.
Issue 2: Even with this page when I press continue, it throws an error "Unable to validate the information provided." not sure about this validation and how to overcome this error ?
In short, I need help on how to create a federated user in azure ad b2c automatically from the custom policies during signin and update extended user attributes for the federated user.