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 requestClientCredentialsToken the headers are set to an empty array. Since the documentation of OAuth and OpenId Connect says that HTTP Basic Authentication is needed, there should be the at least the basic header in there.
In requestClientCredentialsToken the headers are set to an empty array. Since the documentation of OAuth and OpenId Connect says that HTTP Basic Authentication is needed, there should be the at least the basic header in there.
Would be nice to have the header there (or at least the possibility to set headers via method parameters).
The text was updated successfully, but these errors were encountered: