Skip to content

Conversation

@marwanad
Copy link

@marwanad marwanad commented Jun 24, 2025

Overview

Any connector with oauth type would fail with a 400 Bad Request and a Requested resource does not exist. because it doesn't implement any of the connector type interfaces. Requests to /auth/{connector_id} would all fail.

dex/server/handlers.go

Lines 309 to 311 in 7208747

default:
s.renderError(r, w, http.StatusBadRequest, "Requested resource does not exist.")
}

What this PR does / why we need it

  • Fixes oauth connector login handling

Special notes for your reviewer

@marwanad marwanad force-pushed the fix-oauth2-connectors branch from 247eb14 to d9bcc14 Compare June 24, 2025 23:14
@marwanad marwanad force-pushed the fix-oauth2-connectors branch from d9bcc14 to c42cba8 Compare June 25, 2025 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant