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
It looks like recently, Coder introduced a new route handler for /oauth2 in #12240 which conflicts with our own app's route. In our development server, we set up an Ory Hydra's OAuth2 server in the backend and create a Coder app pointing to it. When logging in from our frontend, our login page first makes a request to:
where we've set up *.coder.example.com as our CODER_WILDCARD_ACCESS_URL
It used to work normally before #12240 was merged. Unfortunately, Coder now intercepts the request and displays an error message:
{
"message": "OAuth2 provider is under development."
}
Is it possible to disable Coder's built-in /oauth2 route? More generally, I feel that Coder shouldn't intercept any paths under the wildcard access URL.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
It looks like recently, Coder introduced a new route handler for
/oauth2
in #12240 which conflicts with our own app's route. In our development server, we set up an Ory Hydra's OAuth2 server in the backend and create a Coder app pointing to it. When logging in from our frontend, our login page first makes a request to:where we've set up
*.coder.example.com
as ourCODER_WILDCARD_ACCESS_URL
It used to work normally before #12240 was merged. Unfortunately, Coder now intercepts the request and displays an error message:
Is it possible to disable Coder's built-in
/oauth2
route? More generally, I feel that Coder shouldn't intercept any paths under the wildcard access URL.The text was updated successfully, but these errors were encountered: