vmware-archive / gangway

An application that can be used to easily enable authentication flows via OIDC for a kubernetes cluster.
Apache License 2.0
410 stars 112 forks source link

use base64.URLEncode to make state url safe #179

Open st0ne-dot-at opened 3 years ago

st0ne-dot-at commented 3 years ago

Hi, i had some troubles with double urlencoding from the merge #146. (patch: #145) The base64.URLEncode function avoids '+' signs and therefore there is no need to url-escape with url.QueryEscape.

Regards, Rob