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
In #882, we patched go-oidc to fallback to standard encoding if we failed to decode with URL encoding. When we moved to the new dependency management tool in #1218 it looks like we lost this patch.
Problem
In #882, we patched
go-oidc
to fallback to standard encoding if we failed to decode with URL encoding. When we moved to the new dependency management tool in #1218 it looks like we lost this patch.Proposed Solution
It looks like we have a fork with this patch, we just have to update
dep
to point to our fork: https://github.com/gravitational/go-oidcThe text was updated successfully, but these errors were encountered: