-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide Token Relay capability #5201
Comments
Related #4921 |
Is this coming ? At minimum we should be able to
|
@alwaysastudent This won't make it into the 5.2 release. Also, we don't have plans on directly supporting You can easily implement Token Relay using any HTTP client of your choosing. All you need is the Here's a Token Relay example using |
This is resolved via #7284 with the new |
Spring Cloud Security provides the capability to relay OAuth 2.0 access tokens from the Edge Service (Zuul proxy) to downstream Resource Server(s).
We should implement the same feature as Token Relay is a common pattern required by an Edge (Proxy) Service.
The text was updated successfully, but these errors were encountered: