Commit f5099cb
Update common submodule to include comprehensive interceptor tests
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d6bb35a commit f5099cb
1 file changed
Lines changed: 1 addition & 1 deletion
- changelog.txt+1-1
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/authorities/NativeAuthCIAMAuthority.kt+11-2
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/providers/NativeAuthHeaderValidator.kt+2-2
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/providers/NativeAuthRequestInterceptor.kt+6-2
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/providers/interactors/JITInteractor.kt+4-16
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/providers/interactors/RequestInterceptorHeaderUtils.kt+61
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/providers/interactors/ResetPasswordInteractor.kt+5-17
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/providers/interactors/SignInInteractor.kt+4-16
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/providers/interactors/SignUpInteractor.kt+3-15
- common4j/src/main/com/microsoft/identity/common/java/providers/oauth2/OAuth2RequestInterceptor.kt+37
- common4j/src/main/com/microsoft/identity/common/java/providers/oauth2/OAuth2StrategyParameters.java+1-2
- common4j/src/test/com/microsoft/identity/common/java/nativeauth/providers/NativeAuthHeaderValidatorTest.kt+16-3
- common4j/src/test/com/microsoft/identity/common/java/nativeauth/providers/interactors/JITInteractorRequestInterceptorTest.kt+236
- common4j/src/test/com/microsoft/identity/common/java/nativeauth/providers/interactors/RequestInterceptorHeaderUtilsTest.kt+120
- common4j/src/test/com/microsoft/identity/common/java/nativeauth/providers/interactors/ResetPasswordInteractorRequestInterceptorTest.kt+246
- common4j/src/test/com/microsoft/identity/common/java/nativeauth/providers/interactors/SignInInteractorRequestInterceptorTest.kt+210
- common4j/src/test/com/microsoft/identity/common/java/nativeauth/providers/interactors/SignUpInteractorRequestInterceptorTest.kt+274
0 commit comments