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
Even though AbstractGrant would handle client_id and client_secret being send via Basic auth this code is actually not reached as Oauth2Listener will try to handle every request that has Authorization header. Later in this code it will automatically go to the BearerTokenValidator which expects Bearer to be set in the Authorization to get the JWT.
The text was updated successfully, but these errors were encountered:
Even though AbstractGrant would handle client_id and client_secret being send via Basic auth this code is actually not reached as Oauth2Listener will try to handle every request that has
Authorization
header. Later in this code it will automatically go to the BearerTokenValidator which expectsBearer
to be set in theAuthorization
to get the JWT.The text was updated successfully, but these errors were encountered: