Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
The client authentication have nothing to do with the user being anonymous or not. You will still need to send a bearer token to the Forms API to verify that your client have the permission to post stuff.
Ideally you'll post to your own API and not directly to the forms api. Your own API will in its turn be the one holding the JWT Bearer Token sending it to the forms api. This should be done serverside.
AddOpenIDConnectUI
, as mentioned in the link above, but had no luck.