Skip to content

Changed grant_type=AUTHORIZATION_CODE for grant_type=authorization_code

username-removed-299313 requested to merge brilvio/gitlab-ce:patch-3 into master

What does this MR do?

Changed grant_type=AUTHORIZATION_CODE for grant_type=authorization_code

Why was this MR needed?

Using the example when provided the parameter grant_type=AUTHORIZATION_CODE the server returns a error:

{"error":"unsupported_grant_type","error_description":"The authorization grant type is not supported by the authorization server."}

Merge request reports