Exactly! haha. Ok, thanks for the help.
Type: Posts; User: jason_mcd; Keyword(s):
Exactly! haha. Ok, thanks for the help.
If I want to just bypass the Basic Auth (for now), all I would have to do is:
Using my CustomClientCredentialsTokenEndpointFilter.java which extends ClientCredentialsTokenEndpointFilter.java
...
Dave here is a question:
@RequestMapping
public ResponseEntity<OAuth2AccessToken> getAccessToken(Principal principal,
@RequestParam("grant_type") String...
Dave thanks for the suggestion. Here is a stack trace to help (I hope)
<security:http pattern="/access_token" authentication-manager-ref="authenticationManager">
<security:intercept-url...
Doom and Gloom baby!
Had to go back and double check the spec because my translation here is terrible.
From the Client I'm submitting a Authorization Code and Redirect URL. The 'client_id' for...
Thanks for the response Dave. Sorry about the details as I've been sort of pounding my head on the migration.
No. I had to hunt down that the url wasn't get set in RC2 and hence I'm using...
I'm on a quest to upgrade our OAuth version from M3 to RC3.
My current snag is:
When I punch in the user credentials and then drive /oauth/token (which we override to /access_token) the...