Package com.c4_soft.springaddons.security.oidc.starter.reactive.resourceserver
package com.c4_soft.springaddons.security.oidc.starter.reactive.resourceserver
-
ClassDescriptionProvides with a JwtDecoder (configured with the required validators).An
AuthenticationManagerrelying onJWTClaimsSetAuthenticationManager.JWTClaimsSetAuthenticationManagerResolver, itself usingSpringAddonsReactiveJwtDecoderFactoryand aConverter<Jwt, Mono<? extends AbstractAuthenticationToken>>.AnReactiveAuthenticationManagerResolverfor resource servers using JWT decoder(s).Usage
If not using spring-boot, @Import or @ComponentScan this class.Customize access-control for routes which where not listed inSpringAddonsOidcClientProperties::permit-allorSpringAddonsOidcResourceServerProperties::permit-allProcessServerHttpSecurityof default security filter-chain after it was processed by spring-addons.AnReactiveAuthenticationManagerResolveralways resolving the sameReactiveJWTClaimsSetAuthenticationManagerwhich relies onJWTClaimsSetAuthenticationManager.JWTClaimsSetAuthenticationManagerResolver, itself usingSpringAddonsReactiveJwtDecoderFactoryand aConverter@lt;Jwt, AbstractAuthenticationToken>.Provides with a JwtDecoder (configured with the required validators).