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
The golang.org/x/oauth2 dependency was incorrectly handling basic auth encoding of client id and secret. This was fixed in golang/oauth2@13449ad. This bug presents as some confusion among OIDC configurations because of the basic auth unsupported flag. It is framed as being a bug on the providers side when in reality is a bug in dex via the oauth2 library. This causes inconsistency when communicating idP configuration to other installers.
The text was updated successfully, but these errors were encountered:
The golang.org/x/oauth2 dependency was incorrectly handling basic auth encoding of client id and secret. This was fixed in golang/oauth2@13449ad. This bug presents as some confusion among OIDC configurations because of the basic auth unsupported flag. It is framed as being a bug on the providers side when in reality is a bug in dex via the oauth2 library. This causes inconsistency when communicating idP configuration to other installers.
The text was updated successfully, but these errors were encountered: