Skip to content

Commit

Permalink
Fix typo in documentation OAuth2Context is not @interface (annotation…
Browse files Browse the repository at this point in the history
… type)
  • Loading branch information
nkolosnjaji committed May 22, 2018
1 parent 1373a8b commit def490d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/spring-cloud-security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ use it to send requests with the same access token.
If your app is not using `UserInfoTokenServices` but is still a client
(i.e. it declares `@EnableOAuth2Client` or `@EnableOAuth2Sso`), then
with Spring Security Cloud any `OAuth2RestOperations` that the user
creates from an `@Autowired` `@OAuth2Context` will also forward
creates from an `@Autowired` `OAuth2Context` will also forward
tokens. This feature is implemented by default as an MVC handler
interceptor, so it only works in Spring MVC. If you are not using MVC
you could use a custom filter or AOP interceptor wrapping an
Expand Down

0 comments on commit def490d

Please sign in to comment.