Search:

Type: Posts; User: jason_mcd; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    11
    Views
    637

    Exactly! haha. Ok, thanks for the help.

    Exactly! haha. Ok, thanks for the help.
  2. Replies
    11
    Views
    637

    If I want to just bypass the Basic Auth (for...

    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
    ...
  3. Replies
    11
    Views
    637

    Dave here is a question: ...

    Dave here is a question:



    @RequestMapping
    public ResponseEntity<OAuth2AccessToken> getAccessToken(Principal principal,
    @RequestParam("grant_type") String...
  4. Replies
    11
    Views
    637

    Dave thanks for the suggestion. Here is a stack...

    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...
  5. Replies
    11
    Views
    637

    Doom and Gloom baby! Had to go back and double...

    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...
  6. Replies
    11
    Views
    637

    Thanks for the response Dave. Sorry about the...

    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...
  7. Replies
    11
    Views
    637

    OAuth 2 - RC3 - client_id

    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...
Results 1 to 7 of 7