Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OIDC Login Panics On Unsupported Media Type #2658

Open
andrewpmartinez opened this issue Jan 17, 2025 · 0 comments
Open

OIDC Login Panics On Unsupported Media Type #2658

andrewpmartinez opened this issue Jan 17, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@andrewpmartinez
Copy link
Member

Experieced

The controller panics during login authentication requests on the OIDC API. They controller continues to function, but no HTTP response or error is provided.

Expected

A meaningful error (i.e. Unsupported Media Type) error is returned.

Reproduction

  1. Start Controller
  2. Send Request
client := resty.New()
loginPath := "https://example.com/oidc/login/password?authRequestID=12345"
@andrewpmartinez andrewpmartinez added the bug Something isn't working label Jan 17, 2025
@andrewpmartinez andrewpmartinez self-assigned this Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant