spring-security/docs/modules/ROOT/pages
ch4mpy 1efb63387f
Add authentication converter for introspected tokens
Adds configurable authentication converter for resource-servers with
token introspection (something very similar to what
JwtAuthenticationConverter does for resource-servers with JWT decoder).

The new (Reactive)OpaqueTokenAuthenticationConverter is given
responsibility for converting successful token introspection result
into an Authentication instance (which is currently done by a private
methods of OpaqueTokenAuthenticationProvider and
OpaqueTokenReactiveAuthenticationManager).

The default (Reactive)OpaqueTokenAuthenticationConverter, behave the
same as current private convert(OAuth2AuthenticatedPrincipal principal,
String token) methods: map authorities from scope attribute and build a
BearerTokenAuthentication.

Closes gh-11661
2022-09-13 16:45:36 -05:00
..
features "Well-Know" should be "Well-Known" 2022-07-26 15:45:27 -05:00
reactive Document ReactiveMethodSecurity improvements 2022-08-25 14:36:03 -06:00
servlet Add authentication converter for introspected tokens 2022-09-13 16:45:36 -05:00
community.adoc overview/ -> ../ 2021-09-23 15:50:11 -05:00
getting-spring-security.adoc Modify words 2022-08-16 14:51:36 -06:00
index.adoc Add additional info to overview 2021-09-23 15:50:14 -05:00
modules.adoc overview/ -> ../ 2021-09-23 15:50:11 -05:00
prerequisites.adoc overview/ -> ../ 2021-09-23 15:50:11 -05:00
samples.adoc overview/ -> ../ 2021-09-23 15:50:11 -05:00
whats-new.adoc Add What's New @WithMockUser Supported as Merged Annotation 2022-09-08 09:49:00 -05:00