I've got an app at localhost:3000 setup that redirects the user to localhost:4000/oauth2/auth?${queryParams} to login/signup and get an OAuth token (where localhost:4000 is the Ory tunnel and the custom UI URLs have been set to localhost:4455) however I always get a Toast error that A security violation was detected, please fill out the form again.
Would love pointers on how to resolve this and build custom UIs for an OAuth provider.
I've got an app at
localhost:3000
setup that redirects the user tolocalhost:4000/oauth2/auth?${queryParams}
to login/signup and get an OAuth token (wherelocalhost:4000
is the Ory tunnel and the custom UI URLs have been set tolocalhost:4455
) however I always get a Toast error thatA security violation was detected, please fill out the form again.
Would love pointers on how to resolve this and build custom UIs for an OAuth provider.