mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Fix typo
This commit is contained in:
parent
61c0a25bcd
commit
ed8887e0fc
@ -96,7 +96,7 @@ http {
|
|||||||
|
|
||||||
== Bearer Token Propagation
|
== Bearer Token Propagation
|
||||||
|
|
||||||
Now that you're resource server has validated the token, it might be handy to pass it to downstream services.
|
Now that your resource server has validated the token, it might be handy to pass it to downstream services.
|
||||||
This is quite simple with `{security-api-url}org/springframework/security/oauth2/server/resource/web/reactive/function/client/ServletBearerExchangeFilterFunction.html[ServletBearerExchangeFilterFunction]`, which you can see in the following example:
|
This is quite simple with `{security-api-url}org/springframework/security/oauth2/server/resource/web/reactive/function/client/ServletBearerExchangeFilterFunction.html[ServletBearerExchangeFilterFunction]`, which you can see in the following example:
|
||||||
|
|
||||||
====
|
====
|
||||||
|
Loading…
x
Reference in New Issue
Block a user