I am trying to implement friendlyCaptcha on the B2C login page. I am injecting the captcha widget using JavaScript.
The captcha token is generated and stored in the hidden field automatically. But it is sent as null when I try to pass the token as a claim to my REST API technical profile.
Someone, please help me on this.