mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 05:42:31 +00:00
Add ReactiveOidcIdTokenDecoderFactory#setWebClientResolver
Closes gh-13274
This commit is contained in:
parent
b0da37d4fa
commit
e77126740d
@ -59,6 +59,7 @@ import org.springframework.web.reactive.function.client.WebClient;
|
||||
* @author Joe Grandja
|
||||
* @author Rafael Dominguez
|
||||
* @author Mark Heckler
|
||||
* @author Ubaid ur Rehman
|
||||
* @since 5.2
|
||||
* @see ReactiveJwtDecoderFactory
|
||||
* @see ClientRegistration
|
||||
|
@ -47,6 +47,7 @@ import static org.mockito.Mockito.verify;
|
||||
/**
|
||||
* @author Joe Grandja
|
||||
* @author Rafael Dominguez
|
||||
* @author Ubaid ur Rehman
|
||||
* @since 5.2
|
||||
*/
|
||||
public class ReactiveOidcIdTokenDecoderFactoryTests {
|
||||
|
Loading…
x
Reference in New Issue
Block a user