Skip to content

Commit e771267

Browse files
ubaid4jjzheaux
authored andcommitted
Add ReactiveOidcIdTokenDecoderFactory#setWebClientResolver
Closes gh-13274
1 parent b0da37d commit e771267

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/oidc/authentication/ReactiveOidcIdTokenDecoderFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
* @author Joe Grandja
6060
* @author Rafael Dominguez
6161
* @author Mark Heckler
62+
* @author Ubaid ur Rehman
6263
* @since 5.2
6364
* @see ReactiveJwtDecoderFactory
6465
* @see ClientRegistration

oauth2/oauth2-client/src/test/java/org/springframework/security/oauth2/client/oidc/authentication/ReactiveOidcIdTokenDecoderFactoryTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
/**
4848
* @author Joe Grandja
4949
* @author Rafael Dominguez
50+
* @author Ubaid ur Rehman
5051
* @since 5.2
5152
*/
5253
public class ReactiveOidcIdTokenDecoderFactoryTests {

0 commit comments

Comments
 (0)