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...
Type: Posts; User: caseylucas; Keyword(s):
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...
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...
Thanks for the update and code. I was hoping for something generic but we may resort to following your model.
@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...
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...
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 -...