This commit is contained in:
Pascal Verdage 2022-04-05 15:50:02 +02:00 committed by Eleftheria Stein-Kousathana
parent 61c0a25bcd
commit ed8887e0fc
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ http {
== 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:
====