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
@seantdg
Both basic authentication and client assertion are supported.
Currently if you pass basic auth, it should generate access token and not produce error.
Looks like a policy in the flow is missed and refresh token is hit directly in your scenario..
Can you provide the error you are facing with more detail?
my mistake! this occurs if the Content-Type header isn't set correctly. We should either assume a Content-Type of "application/x-www-form-urlencoded" if a Content-Type isn't set, or throw an error rather than assuming refresh token.
seantdg
changed the title
Client Credentials Grant Type should also support Basic Authentication.
Client Credentials Grant Type should also support Basic Authentication. EDIT - handling missing Content-Type header
Oct 5, 2017
Many PSPs will only support Basic Authentication for the Client Credentials grant type /token call, instead of a client assertion.
Could we support this too? Currently if I pass a normal /token request with client credentials, the refresh token policy is hit instead of an error.
The text was updated successfully, but these errors were encountered: