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
Using the OIDC connector with Okta produces the following error
level=error msg="Failed to authenticate: oidc: failed to get token: oauth2: cannot fetch token: 401 Unauthorized\nResponse: {\"error\":\"invalid_request\",\"error_description\":\"Cannot supply client credentials in both the Authentication header and the request-body.\"}"
It looks like dex needs a way to call oauth2.RegisterBrokenAuthHeaderProvider before this line is invoked.
Using the OIDC connector with Okta produces the following error
level=error msg="Failed to authenticate: oidc: failed to get token: oauth2: cannot fetch token: 401 Unauthorized\nResponse: {\"error\":\"invalid_request\",\"error_description\":\"Cannot supply client credentials in both the Authentication header and the request-body.\"}"
It looks like dex needs a way to call
oauth2.RegisterBrokenAuthHeaderProvider
beforethis line is invoked.
Addational context
See golang/oauth2#224
The text was updated successfully, but these errors were encountered: