
Hello, I am trying to use a custom form to access the web portal using the power pages local login, and I have noticed that for this it uses a hidden input element called Request Verification Token, which is necessary for it to work is there any way to generate this token to be able to perform the login process or call the function that generates it using js?
Thanks, any comment, guide, or blog related to the topic is welcome
I haven't tried that, but my initial thoughts here is that it wouldn't be possible to achieve that via code.
Please note that this can also have costs implication as you would have more authenticated users coming to your website.
Another thing to mention here is that Local Login is not recommended by Microsoft, that's good when you are just testing/demoing, but for production sites you should look into Azure AD B2C or other authentication methods.