You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is an error, the callback should redirect to the configured Error UI URL with a flow parameter set.
This enables our UI to render the error message as desiered.
I don't want to leave the customer on Ory Network Project with JSON error in body, even if the identity is inactive.
Reproducing the bug
Configure Ory Project to use Custom UI, including the Error UI URL.
Register identity using OIDC provider.
Set identity status to inactive.
Attempt to login again, using browser based OIDC code flow.
Relevant log output
No response
Relevant configuration
No response
Version
Ory Network
On which operating system are you observing this issue?
Ory Network
In which environment are you deploying?
Ory Network
Additional Context
The redirect from Google back to Ory Network: https://ory-network-project/self-service/methods/oidc/callback/google?state=redacted&code=redacted&scope=email+profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile+openid&authuser=0&hd=redacted&prompt=none
Use API flows, to implement the above. See the JSON error returned on the OIDC callback (this should be a redirect to the error UI instead, even for API flows).
Preflight checklist
Ory Network Project
No response
Describe the bug
When there is an error, the callback should redirect to the configured Error UI URL with a flow parameter set.
This enables our UI to render the error message as desiered.
I don't want to leave the customer on Ory Network Project with JSON error in body, even if the identity is inactive.
Reproducing the bug
Relevant log output
No response
Relevant configuration
No response
Version
Ory Network
On which operating system are you observing this issue?
Ory Network
In which environment are you deploying?
Ory Network
Additional Context
The redirect from Google back to Ory Network:
https://ory-network-project/self-service/methods/oidc/callback/google?state=redacted&code=redacted&scope=email+profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile+openid&authuser=0&hd=redacted&prompt=none
The response from Ory Network:
The text was updated successfully, but these errors were encountered: