-
Type:
Task
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 5.0.0
-
Fix Version/s: None
-
Component/s: OAuth 2.0
-
Labels:None
After OPENIG-933 we'll have a mechanism for reacting to UNAUTHORIZED messages from the resource server.
It's the more standard way of doing that, but it comes with a price: 3 HTTP calls: RS failure, token refresh and RS redo.
It's possible to do it more efficiently if the access token contains an expiration time: we could test token expiration and do the refresh before calling the RS: 2 calls instead of 3.
- depends on
-
OPENIG-933 Access token expiration in OAuth2ClientFilter still not handled in 4.0.0
-
- Closed
-