Search:

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

Search: Search took 0.02 seconds.

  1. In case someone else is interested in an...

    In case someone else is interested in an alternative "fix" for this problem... I derived from OAuth2ErrorHandler, overriding handleError. My implementation calls the superclass but if I detect that...
  2. OAuth2RestTemplate failing to obtain access token after expired refresh token

    Scenario:

    Client code obtains access token and refresh token via OAuth2RestTemplate. (grant type is "resource owner password credentials" in case it matters).
    Client goes idle with respect to...
  3. Thanks for the update and code. I was hoping for...

    Thanks for the update and code. I was hoping for something generic but we may resort to following your model.
  4. @kldavis4, I'm curious if you had any luck. We...

    @kldavis4, I'm curious if you had any luck. We have the same problem when we try to communicate with OAuth2 protected resources that use http status codes (and custom (json) content) when responding...
  5. Replies
    3
    Views
    319

    The "only complication" is really the main point...

    The "only complication" is really the main point of my question. At this point, I'm trying to stand up a proof-of-concept where I have two oauth authorization server endpoints. The one resource...
  6. Replies
    3
    Views
    319

    oauth2 multiple realms

    I'm wondering if what I'd like to do is possible or if maybe there is a some recommended way to accomplish somthing similar.

    Background:

    We currently have two realms (legacy):


    realm1 -...
Results 1 to 6 of 6