-
Notifications
You must be signed in to change notification settings - Fork 272
Closed
Labels
authenticationUser authentication, tokens, and identity workflowsUser authentication, tokens, and identity workflowsbugSomething is not working correctlySomething is not working correctlypriority:mediumImportant work, but not time-sensitiveImportant work, but not time-sensitiveserver(Component: server) Backend platform and service-side functionality(Component: server) Backend platform and service-side functionality
Description
The logs show exceptions like these:
org.springframework.web.client.HttpClientErrorException$BadRequest: 400 Bad Request on POST request for "https://auth.eclipse.org/auth/realms/community/protocol/openid-connect/token": "{"error":"invalid_request","error_description":"Missing form parameter: grant_type"}"
Recently the Eclipse oauth provider was switched from drupal to keycloak, which only supports POST data encoded in application/x-www-form-urlencoded instead of application/json as drupal did.
See also:
Metadata
Metadata
Assignees
Labels
authenticationUser authentication, tokens, and identity workflowsUser authentication, tokens, and identity workflowsbugSomething is not working correctlySomething is not working correctlypriority:mediumImportant work, but not time-sensitiveImportant work, but not time-sensitiveserver(Component: server) Backend platform and service-side functionality(Component: server) Backend platform and service-side functionality