If you use the header scheme, basic authentication filter successfully authenticates the request. If you use query scheme, ClientCredentialsTokenEndpointFilter successfully authenticates the request,...
Type: Posts; User: davesosb; Keyword(s):
If you use the header scheme, basic authentication filter successfully authenticates the request. If you use query scheme, ClientCredentialsTokenEndpointFilter successfully authenticates the request,...
Hi,
When using client credentials grant type (<oauth:resource> config on client side), I don't see where client secret is being sent to the outh server, checking out the oauth2 code I can find...