How can I make some fields required with social media like X (twitter) or google using Azure b2c custom policies

Nick 0 Reputation points
2024-11-08T09:52:59.8466667+00:00

How can I make some fields required with social media like X (twitter) or google using Azure b2c custom policies?

Hello, I have this problem:

For example I have <InputClaim ClaimTypeReferenceId="legalCountry" Required="true" /> like custom fields and I made it like required with my local sign-in/sign-up without any problem, but with the social media this is not working.

The worst is that the default fields those are required by default with local account sing-in sign-up custom policies, with google social media there are not working.

I tried to put the required field with the tag InputClaim inside the <TechnicalProfile Id="Google-OAuth2">, but this is still not working with the social for some reason.

I used this page to reference how to create a Google aplication and all is working fine except the required fields:
https://learn.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-google?pivots=b2c-custom-policy

I appreciate your help.
Best regards,

Nick

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,264 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.