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
{{ message }}
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
So, ok, the x-oidc header should only be sent to endpoints that handle it, which is only oauth/token
And then only for grant types that is supported in the oauth service client_credentials, yes authorization_code, not sure but think so password, no refresh_token, yes
New value: X-OIDC: v1 for the grants that are supported by oauth service.
The text was updated successfully, but these errors were encountered:
So, ok, the x-oidc header should only be sent to endpoints that handle it, which is only
oauth/token
And then only for grant types that is supported in the oauth service
client_credentials
, yesauthorization_code
, not sure but think sopassword
, norefresh_token
, yesNew value:
X-OIDC: v1
for the grants that are supported by oauth service.The text was updated successfully, but these errors were encountered: