During the signup flow, at the end of the email va...
# ory-network
f
During the signup flow, at the end of the email validation I have the following error. I am pretty sure that is a missing configuration in the project any hint on where is this configuration? [Report Only] Refused to send form data to 'https://auth..../self-service/verification?flow=....' because it violates the following Content Security Policy directive: "form-action 'self' https://project.console.ory.sh https://*.projects.oryapis.com https://console.ory.sh https://*.projects.console.ory.sh https://api.console.ory.sh.
b
Hi, that Error is not an error, but a warning, as indicated by the [Report only]. What are you observing? and what should happen instead?
f
I have a black screen with OAuth flow failed. and I got an 401 at some point in the callback flow
Here the flow with the error
I got it. The hook for the token claim fails. Because we are expecting the login to happen before. Is there a way to ask for login after the verification?
b
Is there a way to ask for login after the verification?
Not sure I fully understand the use case here. What parts of Ory you using? And how?
f
In the oauth2 protocol the token is augmented with claims that requires in our flow to call an other webhook called when login. So after the verification of the email. I want the flow oauth2 to go on the login part and not trying to get a token or whatever.
Does a show login_ui in the verification step would do the stuff?
Hello, even if this is disable, user are log in after the signup process
b
What sign up method are you using?
f
password