Update Opaque Token Client Name following upstream changes

Closes gh-17846
This commit is contained in:
Madhura Bhave
2019-08-12 18:34:43 -07:00
parent c178c9dd47
commit 178746d678
12 changed files with 57 additions and 60 deletions

View File

@@ -3805,8 +3805,8 @@ to validate tokens via introspection:
Again, the same properties are applicable for both servlet and reactive applications.
Alternatively, you can define your own `OAuth2TokenIntrospectionClient` bean for servlet applications
or a `ReactiveOAuth2TokenIntrospectionClient` for reactive applications.
Alternatively, you can define your own `OpaqueTokenIntrospector` bean for servlet applications
or a `ReactiveOpaqueTokenIntrospector` for reactive applications.
==== Authorization Server
Currently, Spring Security does not provide support for implementing an OAuth 2.0