Stephan Wentz
Stephan Wentz
Nope, neither false nor null have the desired effect. He always asks for the values. Right now I'm using random values, but this feels a bit hacky ;-)
@paali I just stumbled upon the same problem. I need the body_converter in one place, but now it wants to convert every Object inside my action signature...
I always thought that a @ParamConverter annotation is _needed_ for this. Never used them much, though.
Also, the **state** query parameter ist missing in error responses. The RFC states: ``` state REQUIRED if a "state" parameter was present in the client authorization request. The exact value...
Same Problem here. Tried to re-register the oauth app in gitlab (self hosted), as stated by @shochdoerfer , but still the same git error as mentioned above. Any hints? We...
We applied MR #596 and emptied the `user_oauth_token` table, after that it worked again. @shochdoerfer we tried that before, but without success. Now we are back to `api` and `read_users`,...
... and now it's not working anymore -_- Now I'm getting a Bad Request when he tries to fetch a new token from gitlab via /oauth/token.
Stumbled upon this PR after I got errors in repman after upgrading to gitlab 15.1. Applied the changes, emtpied the user_oauth_token table, and it worked like a charm. However, today...
The error from gitlab is: ``` {"error":"invalid_grant","error_description":"The provided authorization grant is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another...
@xvilo like I stated in this thread (or another one? don't know), the PR works, but for us it still requires manual intervention. Need to clear the user-token table, call...