You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i tried to set up the omniauth openid_connect in our gitlab instance with client_auth_method basic, the secret was sent url encoded to the server.
When i tried to set up the omniauth openid_connect in our gitlab instance with client_auth_method
basic
, the secret was sent url encoded to the server.e.g.
would send the following authorization header to the server:
Basic b3VyX2lkOm91cl9wJTJCYSUyQnMlMkZzJTJGdyUyQm8lMkJyJTJCZA==
which gives us
our_id:our_p%2Ba%2Bs%2Fs%2Fw%2Bo%2Br%2Bd
instead ofour_id:our_p+a+s/s/w+o+r+d
The text was updated successfully, but these errors were encountered: