TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8ffde42d
[WARNING ] MP_CONFIG_PUBLIC_KEY_ALG_NOT_SUPPORTED
NO256
RS256
[RS256, RS384, RS512, HS256, HS384, HS512, ES256, ES384, ES512]
[WARNING ] MP_CONFIG_PUBLIC_KEY_ALG_NOT_SUPPORTED
unknown algorithm
RS256
[RS256, RS384, RS512, HS256, HS384, HS512, ES256, ES384, ES512]
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8ffde42d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8ffde42d
TrConfigZapper.zapTrConfig : finished invoke init()
SharedOutputManager captured the following:
-- System.out -------------------------------------------------
Entering test: testValidateClaimsReadsConfigProperty
Exiting test: testValidateClaimsReadsConfigProperty
Entering test: testGetSigningKey_nullConfig
Exiting test: testGetSigningKey_nullConfig
Entering test: testGetSigningKey_unknownAlg
Exiting test: testGetSigningKey_unknownAlg
Entering test: testGetSigningKey_HS256ThrowsException
Exiting test: testGetSigningKey_HS256ThrowsException
Entering test: testGetSigningKey_HS256Valid
Exiting test: testGetSigningKey_HS256Valid
Entering test: testGetSigningKey_RS256ThrowsException
Exiting test: testGetSigningKey_RS256ThrowsException
Entering test: testGetSigningKey_RS256Valid
Exiting test: testGetSigningKey_RS256Valid
Entering test: testGetSharedSecretKey_nullConfig
Exiting test: testGetSharedSecretKey_nullConfig
Entering test: testGetSharedSecretKey_emptyOrNullKey
Chose key: [null]
Exiting test: testGetSharedSecretKey_emptyOrNullKey
Entering test: testGetSharedSecretKey_validKey
Exiting test: testGetSharedSecretKey_validKey
Entering test: testGetPublicKey_missingKeyStoreService
Exiting test: testGetPublicKey_missingKeyStoreService
Entering test: testGetPublicKey_nullArgs
Exiting test: testGetPublicKey_nullArgs
Entering test: testGetPublicKey_throwsException
Exiting test: testGetPublicKey_throwsException
Entering test: testGetPublicKey_notRSAPublicKey
Exiting test: testGetPublicKey_notRSAPublicKey
Entering test: testGetPublicKey_validKey
Exiting test: testGetPublicKey_validKey
Entering test: testParseJwtWithoutValidation_nullOrEmptyTokenString
Exiting test: testParseJwtWithoutValidation_nullOrEmptyTokenString
Entering test: testParseJwtWithoutValidation_singlePartTokenString
Exiting test: testParseJwtWithoutValidation_singlePartTokenString
Entering test: testParseJwtWithoutValidation_twoPartTokenString
Exiting test: testParseJwtWithoutValidation_twoPartTokenString
Entering test: testParseJwtWithoutValidation_threePartMalformedTokenString
Exiting test: testParseJwtWithoutValidation_threePartMalformedTokenString
Entering test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jweString
Exiting test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jweString
Entering test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jwsString
Exiting test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jwsString
Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jwsString
Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jwsString
Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString
Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString
Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_keyManagementKeyAlgorithm_algHeader_missing
Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_keyManagementKeyAlgorithm_algHeader_missing
Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_mpConfigProps_algHeader_missing
Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_mpConfigProps_algHeader_missing
Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_mpConfigProps_algHeader_matches
Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_mpConfigProps_algHeader_matches
Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_mpConfigProps_algHeader_mismatch
Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_mpConfigProps_algHeader_mismatch
Entering test: test_getJwtContextFromCache_nothingCached
Exiting test: test_getJwtContextFromCache_nothingCached
Entering test: test_getJwtContextFromCache_validCachedJwt
Exiting test: test_getJwtContextFromCache_validCachedJwt
Entering test: test_getJwtContextFromCache_expiredCachedJwt
Exiting test: test_getJwtContextFromCache_expiredCachedJwt
Entering test: testValidateIssuer_nullOrEmptyArgs
Exiting test: testValidateIssuer_nullOrEmptyArgs
Entering test: testValidateIssuer_whitespaceTrustedIssuers
Exiting test: testValidateIssuer_whitespaceTrustedIssuers
Entering test: testValidateIssuer_commaTrustedIssuers
Exiting test: testValidateIssuer_commaTrustedIssuers
Entering test: testValidateIssuer_singleTrustedIssuer_nullTokenIssuer
Exiting test: testValidateIssuer_singleTrustedIssuer_nullTokenIssuer
Entering test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer
Exiting test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer
Entering test: testValidateIssuer_singleTrustedIssuer_untrustedTokenIssuer
Exiting test: testValidateIssuer_singleTrustedIssuer_untrustedTokenIssuer
Entering test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSubstringOfTrusted
Exiting test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSubstringOfTrusted
Entering test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithComma
Exiting test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithComma
Entering test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithSpace
Exiting test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithSpace
Entering test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_trailingCommaTrusted
Exiting test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_trailingCommaTrusted
Entering test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_leadingAndTrailingCommaTrusted
Exiting test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_leadingAndTrailingCommaTrusted
Entering test: testValidateIssuer_singleTrustedIssuer
Exiting test: testValidateIssuer_singleTrustedIssuer
Entering test: testValidateIssuer_multipleTrustedIssuers_nullTokenIssuer
Exiting test: testValidateIssuer_multipleTrustedIssuers_nullTokenIssuer
Entering test: testValidateIssuer_multipleTrustedIssuers_emptyTokenIssuer
Exiting test: testValidateIssuer_multipleTrustedIssuers_emptyTokenIssuer
Entering test: testValidateIssuer_multipleTrustedIssuers_untrustedTokenIssuer
Exiting test: testValidateIssuer_multipleTrustedIssuers_untrustedTokenIssuer
Entering test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerContainsTrustedIssuer
Exiting test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerContainsTrustedIssuer
Entering test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerWithComma
Exiting test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerWithComma
Entering test: testValidateIssuer_multipleTrustedIssuers
Exiting test: testValidateIssuer_multipleTrustedIssuers
Entering test: testValidateIssuer_trustAllIssuers
Exiting test: testValidateIssuer_trustAllIssuers
Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences_ignoreAudIfNotConfigured
Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences_ignoreAudIfNotConfigured
Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences
Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences
Entering test: testValidateAudience_withConfig_noAudiencesConfigured_emptyTokenAudiences
Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_emptyTokenAudiences
Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences_ignoreAudIfNotConfigured
Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences_ignoreAudIfNotConfigured
Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences
Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences
Entering test: testValidateAudience_withConfig_audiencesConfigured_nullTokenAudiences
Exiting test: testValidateAudience_withConfig_audiencesConfigured_nullTokenAudiences
Entering test: testValidateAudience
Exiting test: testValidateAudience
Entering test: testValidateIatAndExp_nullClaims
Exiting test: testValidateIatAndExp_nullClaims
Entering test: testValidateIatAndExp_malformedIat
Exiting test: testValidateIatAndExp_malformedIat
Entering test: testValidateIatAndExp_malformedExp
Exiting test: testValidateIatAndExp_malformedExp
Entering test: testValidateIatAndExp_nullIat
Exiting test: testValidateIatAndExp_nullIat
Entering test: testValidateIatAndExp_nullExp
Exiting test: testValidateIatAndExp_nullExp
Entering test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_outsideClockSkew
Original string: [2023-01-23T21:27:19+0000]
Regex string : [\Q2023-01-23T21:27:19+0000\E]
Exiting test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_outsideClockSkew
Entering test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_outsideClockSkew
Original string: [2023-01-23T21:27:19+0000]
Regex string : [\Q2023-01-23T21:27:19+0000\E]
Original string: [2023-01-23T21:26:19+0000]
Regex string : [\Q2023-01-23T21:26:19+0000\E]
Exiting test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_outsideClockSkew
Entering test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_withinClockSkew
Exiting test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_withinClockSkew
Entering test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_withinClockSkew
Original string: [2023-01-23T22:25:19+0000]
Regex string : [\Q2023-01-23T22:25:19+0000\E]
Original string: [2023-01-23T21:26:19+0000]
Regex string : [\Q2023-01-23T21:26:19+0000\E]
Exiting test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_withinClockSkew
Entering test: testValidateIatAndExp_iatPast_withinClockSkew_expPast_withinClockSkew
Exiting test: testValidateIatAndExp_iatPast_withinClockSkew_expPast_withinClockSkew
Entering test: testValidateIatAndExp_expPast_withinClockSkew_iatPast_withinClockSkew
Original string: [2023-01-23T22:25:19+0000]
Regex string : [\Q2023-01-23T22:25:19+0000\E]
Original string: [2023-01-23T22:24:19+0000]
Regex string : [\Q2023-01-23T22:24:19+0000\E]
Exiting test: testValidateIatAndExp_expPast_withinClockSkew_iatPast_withinClockSkew
Entering test: testValidateIatAndExp_iatPast_expFuture
Exiting test: testValidateIatAndExp_iatPast_expFuture
Entering test: testValidateIatAndExp_expPast_iatFuture_outsideClockSkew
Original string: [2023-01-23T23:26:19+0000]
Regex string : [\Q2023-01-23T23:26:19+0000\E]
Exiting test: testValidateIatAndExp_expPast_iatFuture_outsideClockSkew
Entering test: testValidateIatAndExp_expPast_iatFuture_withinClockSkew
Original string: [2023-01-23T22:27:19+0000]
Regex string : [\Q2023-01-23T22:27:19+0000\E]
Original string: [2023-01-23T21:26:19+0000]
Regex string : [\Q2023-01-23T21:26:19+0000\E]
Exiting test: testValidateIatAndExp_expPast_iatFuture_withinClockSkew
Entering test: testValidateIatAndExp_iatFuture_outsideClockSkew_expFuture_outsideClockSkew
Original string: [2023-01-23T23:26:19+0000]
Regex string : [\Q2023-01-23T23:26:19+0000\E]
Exiting test: testValidateIatAndExp_iatFuture_outsideClockSkew_expFuture_outsideClockSkew
Entering test: testValidateIatAndExp_expFuture_outsideClockSkew_iatFuture_outsideClockSkew
Original string: [2023-01-23T23:27:19+0000]
Regex string : [\Q2023-01-23T23:27:19+0000\E]
Exiting test: testValidateIatAndExp_expFuture_outsideClockSkew_iatFuture_outsideClockSkew
Entering test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_outsideClockSkew
Original string: [2023-01-23T23:26:19+0000]
Regex string : [\Q2023-01-23T23:26:19+0000\E]
Exiting test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_outsideClockSkew
Entering test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_outsideClockSkew
Exiting test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_outsideClockSkew
Entering test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_withinClockSkew
Exiting test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_withinClockSkew
Entering test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_withinClockSkew
Original string: [2023-01-23T22:28:19+0000]
Regex string : [\Q2023-01-23T22:28:19+0000\E]
Original string: [2023-01-23T22:27:19+0000]
Regex string : [\Q2023-01-23T22:27:19+0000\E]
Exiting test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_withinClockSkew
Entering test: testValidateIatAndExp_iatPast_outsideClockSkew_agePast_outsideClockSkew_expFuture
Original string: [2023-01-23T21:26:20+0000]
Regex string : [\Q2023-01-23T21:26:20+0000\E]
Exiting test: testValidateIatAndExp_iatPast_outsideClockSkew_agePast_outsideClockSkew_expFuture
Entering test: testValidateIatAndExp_iatPast_agePast_withinClockSkew_expFuture
Exiting test: testValidateIatAndExp_iatPast_agePast_withinClockSkew_expFuture
Entering test: testValidateNbf_nullClaims
Exiting test: testValidateNbf_nullClaims
Entering test: testValidateNbf_nbfThrowsException
Exiting test: testValidateNbf_nbfThrowsException
Entering test: testValidateNbf_nullNbf
Exiting test: testValidateNbf_nullNbf
Entering test: testValidateNbf_pastNbf_outsideClockSkew
Exiting test: testValidateNbf_pastNbf_outsideClockSkew
Entering test: testValidateNbf_pastNbf_withinClockSkew
Exiting test: testValidateNbf_pastNbf_withinClockSkew
Entering test: testValidateNbf_futureNbf_withinClockSkew
Exiting test: testValidateNbf_futureNbf_withinClockSkew
Entering test: testValidateNbf_futureNbf_outsideClockSkew
Original string: [2023-01-23T23:26:19+0000]
Regex string : [\Q2023-01-23T23:26:19+0000\E]
Exiting test: testValidateNbf_futureNbf_outsideClockSkew
Entering test: testGetAlgorithmHeader_nullContext
Exiting test: testGetAlgorithmHeader_nullContext
Entering test: testGetAlgorithmHeader_missingJsonWebStructures
Chose list: null
Exiting test: testGetAlgorithmHeader_missingJsonWebStructures
Entering test: testGetAlgorithmHeader_validAlgorithmHeader
Exiting test: testGetAlgorithmHeader_validAlgorithmHeader
Entering test: testValidateAlgorithm_nullArgs
Exiting test: testValidateAlgorithm_nullArgs
Entering test: testValidateAlgorithm_algMismatch
Exiting test: testValidateAlgorithm_algMismatch
Entering test: testValidateAlgorithm_algMatch
Exiting test: testValidateAlgorithm_algMatch
Entering test: testValidateAMRClaim
Exiting test: testValidateAMRClaim
-- System.err -------------------------------------------------
-- Messages -------------------------------------------------
[23/01/2023, 22:26:19:451 GMT] 00000015 SystemOut O Entering test: testValidateClaimsReadsConfigProperty
[23/01/2023, 22:26:19:457 GMT] 00000015 SystemOut O Exiting test: testValidateClaimsReadsConfigProperty
[23/01/2023, 22:26:19:459 GMT] 00000015 SystemOut O Entering test: testGetSigningKey_nullConfig
[23/01/2023, 22:26:19:459 GMT] 00000015 SystemOut O Exiting test: testGetSigningKey_nullConfig
[23/01/2023, 22:26:19:460 GMT] 00000015 SystemOut O Entering test: testGetSigningKey_unknownAlg
[23/01/2023, 22:26:19:463 GMT] 00000015 SystemOut O Exiting test: testGetSigningKey_unknownAlg
[23/01/2023, 22:26:19:464 GMT] 00000015 SystemOut O Entering test: testGetSigningKey_HS256ThrowsException
[23/01/2023, 22:26:19:467 GMT] 00000015 SystemOut O Exiting test: testGetSigningKey_HS256ThrowsException
[23/01/2023, 22:26:19:468 GMT] 00000015 SystemOut O Entering test: testGetSigningKey_HS256Valid
[23/01/2023, 22:26:19:469 GMT] 00000015 SystemOut O Exiting test: testGetSigningKey_HS256Valid
[23/01/2023, 22:26:19:470 GMT] 00000015 SystemOut O Entering test: testGetSigningKey_RS256ThrowsException
[23/01/2023, 22:26:19:472 GMT] 00000015 SystemOut O Exiting test: testGetSigningKey_RS256ThrowsException
[23/01/2023, 22:26:19:473 GMT] 00000015 SystemOut O Entering test: testGetSigningKey_RS256Valid
[23/01/2023, 22:26:19:502 GMT] 00000015 SystemOut O Exiting test: testGetSigningKey_RS256Valid
[23/01/2023, 22:26:19:504 GMT] 00000015 SystemOut O Entering test: testGetSharedSecretKey_nullConfig
[23/01/2023, 22:26:19:504 GMT] 00000015 SystemOut O Exiting test: testGetSharedSecretKey_nullConfig
[23/01/2023, 22:26:19:505 GMT] 00000015 SystemOut O Entering test: testGetSharedSecretKey_emptyOrNullKey
[23/01/2023, 22:26:19:506 GMT] 00000015 SystemOut O Chose key: [null]
[23/01/2023, 22:26:19:506 GMT] 00000015 SystemOut O Exiting test: testGetSharedSecretKey_emptyOrNullKey
[23/01/2023, 22:26:19:507 GMT] 00000015 SystemOut O Entering test: testGetSharedSecretKey_validKey
[23/01/2023, 22:26:19:510 GMT] 00000015 SystemOut O Exiting test: testGetSharedSecretKey_validKey
[23/01/2023, 22:26:19:511 GMT] 00000015 SystemOut O Entering test: testGetPublicKey_missingKeyStoreService
[23/01/2023, 22:26:19:512 GMT] 00000015 SystemOut O Exiting test: testGetPublicKey_missingKeyStoreService
[23/01/2023, 22:26:19:513 GMT] 00000015 SystemOut O Entering test: testGetPublicKey_nullArgs
[23/01/2023, 22:26:19:528 GMT] 00000015 SystemOut O Exiting test: testGetPublicKey_nullArgs
[23/01/2023, 22:26:19:529 GMT] 00000015 SystemOut O Entering test: testGetPublicKey_throwsException
[23/01/2023, 22:26:19:531 GMT] 00000015 SystemOut O Exiting test: testGetPublicKey_throwsException
[23/01/2023, 22:26:19:532 GMT] 00000015 SystemOut O Entering test: testGetPublicKey_notRSAPublicKey
[23/01/2023, 22:26:19:533 GMT] 00000015 SystemOut O Exiting test: testGetPublicKey_notRSAPublicKey
[23/01/2023, 22:26:19:534 GMT] 00000015 SystemOut O Entering test: testGetPublicKey_validKey
[23/01/2023, 22:26:19:535 GMT] 00000015 SystemOut O Exiting test: testGetPublicKey_validKey
[23/01/2023, 22:26:19:536 GMT] 00000015 SystemOut O Entering test: testParseJwtWithoutValidation_nullOrEmptyTokenString
[23/01/2023, 22:26:19:537 GMT] 00000015 SystemOut O Exiting test: testParseJwtWithoutValidation_nullOrEmptyTokenString
[23/01/2023, 22:26:19:538 GMT] 00000015 SystemOut O Entering test: testParseJwtWithoutValidation_singlePartTokenString
[23/01/2023, 22:26:19:540 GMT] 00000015 SystemOut O Exiting test: testParseJwtWithoutValidation_singlePartTokenString
[23/01/2023, 22:26:19:541 GMT] 00000015 SystemOut O Entering test: testParseJwtWithoutValidation_twoPartTokenString
[23/01/2023, 22:26:19:542 GMT] 00000015 SystemOut O Exiting test: testParseJwtWithoutValidation_twoPartTokenString
[23/01/2023, 22:26:19:542 GMT] 00000015 SystemOut O Entering test: testParseJwtWithoutValidation_threePartMalformedTokenString
[23/01/2023, 22:26:19:551 GMT] 00000015 SystemOut O Exiting test: testParseJwtWithoutValidation_threePartMalformedTokenString
[23/01/2023, 22:26:19:554 GMT] 00000015 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jweString
[23/01/2023, 22:26:19:556 GMT] 00000015 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jweString
[23/01/2023, 22:26:19:556 GMT] 00000015 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jwsString
[23/01/2023, 22:26:19:557 GMT] 00000015 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jwsString
[23/01/2023, 22:26:19:558 GMT] 00000015 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jwsString
[23/01/2023, 22:26:19:559 GMT] 00000015 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jwsString
[23/01/2023, 22:26:19:560 GMT] 00000015 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString
[23/01/2023, 22:26:19:563 GMT] 00000015 com.ibm.ws.security.jwt.internal.ConsumerUtil I BETA: A beta method has been invoked for the class com.ibm.ws.security.jwt.internal.ConsumerUtil for the first time.
[23/01/2023, 22:26:19:563 GMT] 00000015 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString
[23/01/2023, 22:26:19:564 GMT] 00000015 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_keyManagementKeyAlgorithm_algHeader_missing
[23/01/2023, 22:26:19:565 GMT] 00000015 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_keyManagementKeyAlgorithm_algHeader_missing
[23/01/2023, 22:26:19:566 GMT] 00000015 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_mpConfigProps_algHeader_missing
[23/01/2023, 22:26:19:567 GMT] 00000015 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_mpConfigProps_algHeader_missing
[23/01/2023, 22:26:19:568 GMT] 00000015 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_mpConfigProps_algHeader_matches
[23/01/2023, 22:26:19:570 GMT] 00000015 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_mpConfigProps_algHeader_matches
[23/01/2023, 22:26:19:571 GMT] 00000015 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_mpConfigProps_algHeader_mismatch
[23/01/2023, 22:26:19:571 GMT] 00000015 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_mpConfigProps_algHeader_mismatch
[23/01/2023, 22:26:19:572 GMT] 00000015 SystemOut O Entering test: test_getJwtContextFromCache_nothingCached
[23/01/2023, 22:26:19:578 GMT] 00000015 SystemOut O Exiting test: test_getJwtContextFromCache_nothingCached
[23/01/2023, 22:26:19:579 GMT] 00000015 SystemOut O Entering test: test_getJwtContextFromCache_validCachedJwt
[23/01/2023, 22:26:19:580 GMT] 00000015 SystemOut O Exiting test: test_getJwtContextFromCache_validCachedJwt
[23/01/2023, 22:26:19:581 GMT] 00000015 SystemOut O Entering test: test_getJwtContextFromCache_expiredCachedJwt
[23/01/2023, 22:26:19:584 GMT] 00000015 SystemOut O Exiting test: test_getJwtContextFromCache_expiredCachedJwt
[23/01/2023, 22:26:19:585 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_nullOrEmptyArgs
[23/01/2023, 22:26:19:586 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_nullOrEmptyArgs
[23/01/2023, 22:26:19:587 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_whitespaceTrustedIssuers
[23/01/2023, 22:26:19:588 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_whitespaceTrustedIssuers
[23/01/2023, 22:26:19:589 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_commaTrustedIssuers
[23/01/2023, 22:26:19:589 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_commaTrustedIssuers
[23/01/2023, 22:26:19:590 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_nullTokenIssuer
[23/01/2023, 22:26:19:590 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_nullTokenIssuer
[23/01/2023, 22:26:19:591 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer
[23/01/2023, 22:26:19:592 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer
[23/01/2023, 22:26:19:593 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_untrustedTokenIssuer
[23/01/2023, 22:26:19:593 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_untrustedTokenIssuer
[23/01/2023, 22:26:19:594 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSubstringOfTrusted
[23/01/2023, 22:26:19:594 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSubstringOfTrusted
[23/01/2023, 22:26:19:596 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithComma
[23/01/2023, 22:26:19:596 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithComma
[23/01/2023, 22:26:19:597 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithSpace
[23/01/2023, 22:26:19:598 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithSpace
[23/01/2023, 22:26:19:599 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_trailingCommaTrusted
[23/01/2023, 22:26:19:600 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_trailingCommaTrusted
[23/01/2023, 22:26:19:601 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_leadingAndTrailingCommaTrusted
[23/01/2023, 22:26:19:601 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_leadingAndTrailingCommaTrusted
[23/01/2023, 22:26:19:602 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer
[23/01/2023, 22:26:19:603 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer
[23/01/2023, 22:26:19:603 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_nullTokenIssuer
[23/01/2023, 22:26:19:604 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_nullTokenIssuer
[23/01/2023, 22:26:19:605 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_emptyTokenIssuer
[23/01/2023, 22:26:19:606 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_emptyTokenIssuer
[23/01/2023, 22:26:19:606 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_untrustedTokenIssuer
[23/01/2023, 22:26:19:607 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_untrustedTokenIssuer
[23/01/2023, 22:26:19:608 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerContainsTrustedIssuer
[23/01/2023, 22:26:19:609 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerContainsTrustedIssuer
[23/01/2023, 22:26:19:610 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerWithComma
[23/01/2023, 22:26:19:613 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerWithComma
[23/01/2023, 22:26:19:614 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers
[23/01/2023, 22:26:19:614 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers
[23/01/2023, 22:26:19:616 GMT] 00000015 SystemOut O Entering test: testValidateIssuer_trustAllIssuers
[23/01/2023, 22:26:19:616 GMT] 00000015 SystemOut O Exiting test: testValidateIssuer_trustAllIssuers
[23/01/2023, 22:26:19:618 GMT] 00000015 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences_ignoreAudIfNotConfigured
[23/01/2023, 22:26:19:619 GMT] 00000015 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences_ignoreAudIfNotConfigured
[23/01/2023, 22:26:19:620 GMT] 00000015 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences
[23/01/2023, 22:26:19:621 GMT] 00000015 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences
[23/01/2023, 22:26:19:622 GMT] 00000015 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_emptyTokenAudiences
[23/01/2023, 22:26:19:623 GMT] 00000015 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_emptyTokenAudiences
[23/01/2023, 22:26:19:623 GMT] 00000015 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences_ignoreAudIfNotConfigured
[23/01/2023, 22:26:19:624 GMT] 00000015 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences_ignoreAudIfNotConfigured
[23/01/2023, 22:26:19:625 GMT] 00000015 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences
[23/01/2023, 22:26:19:626 GMT] 00000015 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences
[23/01/2023, 22:26:19:627 GMT] 00000015 SystemOut O Entering test: testValidateAudience_withConfig_audiencesConfigured_nullTokenAudiences
[23/01/2023, 22:26:19:628 GMT] 00000015 SystemOut O Exiting test: testValidateAudience_withConfig_audiencesConfigured_nullTokenAudiences
[23/01/2023, 22:26:19:629 GMT] 00000015 SystemOut O Entering test: testValidateAudience
[23/01/2023, 22:26:19:629 GMT] 00000015 SystemOut O Exiting test: testValidateAudience
[23/01/2023, 22:26:19:630 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_nullClaims
[23/01/2023, 22:26:19:630 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_nullClaims
[23/01/2023, 22:26:19:631 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_malformedIat
[23/01/2023, 22:26:19:632 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_malformedIat
[23/01/2023, 22:26:19:633 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_malformedExp
[23/01/2023, 22:26:19:633 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_malformedExp
[23/01/2023, 22:26:19:634 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_nullIat
[23/01/2023, 22:26:19:637 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_nullIat
[23/01/2023, 22:26:19:638 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_nullExp
[23/01/2023, 22:26:19:640 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_nullExp
[23/01/2023, 22:26:19:640 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_outsideClockSkew
[23/01/2023, 22:26:19:643 GMT] 00000015 SystemOut O Original string: [2023-01-23T21:27:19+0000]
[23/01/2023, 22:26:19:643 GMT] 00000015 SystemOut O Regex string : [\Q2023-01-23T21:27:19+0000\E]
[23/01/2023, 22:26:19:643 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_outsideClockSkew
[23/01/2023, 22:26:19:646 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_outsideClockSkew
[23/01/2023, 22:26:19:648 GMT] 00000015 SystemOut O Original string: [2023-01-23T21:27:19+0000]
[23/01/2023, 22:26:19:648 GMT] 00000015 SystemOut O Regex string : [\Q2023-01-23T21:27:19+0000\E]
[23/01/2023, 22:26:19:648 GMT] 00000015 SystemOut O Original string: [2023-01-23T21:26:19+0000]
[23/01/2023, 22:26:19:648 GMT] 00000015 SystemOut O Regex string : [\Q2023-01-23T21:26:19+0000\E]
[23/01/2023, 22:26:19:648 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_outsideClockSkew
[23/01/2023, 22:26:19:649 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_withinClockSkew
[23/01/2023, 22:26:19:650 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_withinClockSkew
[23/01/2023, 22:26:19:651 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_withinClockSkew
[23/01/2023, 22:26:19:653 GMT] 00000015 SystemOut O Original string: [2023-01-23T22:25:19+0000]
[23/01/2023, 22:26:19:653 GMT] 00000015 SystemOut O Regex string : [\Q2023-01-23T22:25:19+0000\E]
[23/01/2023, 22:26:19:653 GMT] 00000015 SystemOut O Original string: [2023-01-23T21:26:19+0000]
[23/01/2023, 22:26:19:653 GMT] 00000015 SystemOut O Regex string : [\Q2023-01-23T21:26:19+0000\E]
[23/01/2023, 22:26:19:653 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_withinClockSkew
[23/01/2023, 22:26:19:654 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_iatPast_withinClockSkew_expPast_withinClockSkew
[23/01/2023, 22:26:19:656 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_iatPast_withinClockSkew_expPast_withinClockSkew
[23/01/2023, 22:26:19:656 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_expPast_withinClockSkew_iatPast_withinClockSkew
[23/01/2023, 22:26:19:658 GMT] 00000015 SystemOut O Original string: [2023-01-23T22:25:19+0000]
[23/01/2023, 22:26:19:658 GMT] 00000015 SystemOut O Regex string : [\Q2023-01-23T22:25:19+0000\E]
[23/01/2023, 22:26:19:659 GMT] 00000015 SystemOut O Original string: [2023-01-23T22:24:19+0000]
[23/01/2023, 22:26:19:659 GMT] 00000015 SystemOut O Regex string : [\Q2023-01-23T22:24:19+0000\E]
[23/01/2023, 22:26:19:659 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_expPast_withinClockSkew_iatPast_withinClockSkew
[23/01/2023, 22:26:19:660 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_iatPast_expFuture
[23/01/2023, 22:26:19:661 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_iatPast_expFuture
[23/01/2023, 22:26:19:662 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_expPast_iatFuture_outsideClockSkew
[23/01/2023, 22:26:19:664 GMT] 00000015 SystemOut O Original string: [2023-01-23T23:26:19+0000]
[23/01/2023, 22:26:19:664 GMT] 00000015 SystemOut O Regex string : [\Q2023-01-23T23:26:19+0000\E]
[23/01/2023, 22:26:19:664 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_expPast_iatFuture_outsideClockSkew
[23/01/2023, 22:26:19:665 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_expPast_iatFuture_withinClockSkew
[23/01/2023, 22:26:19:667 GMT] 00000015 SystemOut O Original string: [2023-01-23T22:27:19+0000]
[23/01/2023, 22:26:19:667 GMT] 00000015 SystemOut O Regex string : [\Q2023-01-23T22:27:19+0000\E]
[23/01/2023, 22:26:19:667 GMT] 00000015 SystemOut O Original string: [2023-01-23T21:26:19+0000]
[23/01/2023, 22:26:19:667 GMT] 00000015 SystemOut O Regex string : [\Q2023-01-23T21:26:19+0000\E]
[23/01/2023, 22:26:19:668 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_expPast_iatFuture_withinClockSkew
[23/01/2023, 22:26:19:669 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_iatFuture_outsideClockSkew_expFuture_outsideClockSkew
[23/01/2023, 22:26:19:671 GMT] 00000015 SystemOut O Original string: [2023-01-23T23:26:19+0000]
[23/01/2023, 22:26:19:671 GMT] 00000015 SystemOut O Regex string : [\Q2023-01-23T23:26:19+0000\E]
[23/01/2023, 22:26:19:671 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_iatFuture_outsideClockSkew_expFuture_outsideClockSkew
[23/01/2023, 22:26:19:672 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_expFuture_outsideClockSkew_iatFuture_outsideClockSkew
[23/01/2023, 22:26:19:674 GMT] 00000015 SystemOut O Original string: [2023-01-23T23:27:19+0000]
[23/01/2023, 22:26:19:675 GMT] 00000015 SystemOut O Regex string : [\Q2023-01-23T23:27:19+0000\E]
[23/01/2023, 22:26:19:675 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_expFuture_outsideClockSkew_iatFuture_outsideClockSkew
[23/01/2023, 22:26:19:676 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_outsideClockSkew
[23/01/2023, 22:26:19:679 GMT] 00000015 SystemOut O Original string: [2023-01-23T23:26:19+0000]
[23/01/2023, 22:26:19:679 GMT] 00000015 SystemOut O Regex string : [\Q2023-01-23T23:26:19+0000\E]
[23/01/2023, 22:26:19:679 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_outsideClockSkew
[23/01/2023, 22:26:19:680 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_outsideClockSkew
[23/01/2023, 22:26:19:682 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_outsideClockSkew
[23/01/2023, 22:26:19:683 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_withinClockSkew
[23/01/2023, 22:26:19:685 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_withinClockSkew
[23/01/2023, 22:26:19:686 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_withinClockSkew
[23/01/2023, 22:26:19:688 GMT] 00000015 SystemOut O Original string: [2023-01-23T22:28:19+0000]
[23/01/2023, 22:26:19:688 GMT] 00000015 SystemOut O Regex string : [\Q2023-01-23T22:28:19+0000\E]
[23/01/2023, 22:26:19:688 GMT] 00000015 SystemOut O Original string: [2023-01-23T22:27:19+0000]
[23/01/2023, 22:26:19:688 GMT] 00000015 SystemOut O Regex string : [\Q2023-01-23T22:27:19+0000\E]
[23/01/2023, 22:26:19:688 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_withinClockSkew
[23/01/2023, 22:26:19:689 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_iatPast_outsideClockSkew_agePast_outsideClockSkew_expFuture
[23/01/2023, 22:26:19:691 GMT] 00000015 SystemOut O Original string: [2023-01-23T21:26:20+0000]
[23/01/2023, 22:26:19:691 GMT] 00000015 SystemOut O Regex string : [\Q2023-01-23T21:26:20+0000\E]
[23/01/2023, 22:26:19:691 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_iatPast_outsideClockSkew_agePast_outsideClockSkew_expFuture
[23/01/2023, 22:26:19:692 GMT] 00000015 SystemOut O Entering test: testValidateIatAndExp_iatPast_agePast_withinClockSkew_expFuture
[23/01/2023, 22:26:19:693 GMT] 00000015 SystemOut O Exiting test: testValidateIatAndExp_iatPast_agePast_withinClockSkew_expFuture
[23/01/2023, 22:26:19:694 GMT] 00000015 SystemOut O Entering test: testValidateNbf_nullClaims
[23/01/2023, 22:26:19:695 GMT] 00000015 SystemOut O Exiting test: testValidateNbf_nullClaims
[23/01/2023, 22:26:19:698 GMT] 00000015 SystemOut O Entering test: testValidateNbf_nbfThrowsException
[23/01/2023, 22:26:19:698 GMT] 00000015 SystemOut O Exiting test: testValidateNbf_nbfThrowsException
[23/01/2023, 22:26:19:700 GMT] 00000015 SystemOut O Entering test: testValidateNbf_nullNbf
[23/01/2023, 22:26:19:700 GMT] 00000015 SystemOut O Exiting test: testValidateNbf_nullNbf
[23/01/2023, 22:26:19:701 GMT] 00000015 SystemOut O Entering test: testValidateNbf_pastNbf_outsideClockSkew
[23/01/2023, 22:26:19:702 GMT] 00000015 SystemOut O Exiting test: testValidateNbf_pastNbf_outsideClockSkew
[23/01/2023, 22:26:19:703 GMT] 00000015 SystemOut O Entering test: testValidateNbf_pastNbf_withinClockSkew
[23/01/2023, 22:26:19:703 GMT] 00000015 SystemOut O Exiting test: testValidateNbf_pastNbf_withinClockSkew
[23/01/2023, 22:26:19:704 GMT] 00000015 SystemOut O Entering test: testValidateNbf_futureNbf_withinClockSkew
[23/01/2023, 22:26:19:705 GMT] 00000015 SystemOut O Exiting test: testValidateNbf_futureNbf_withinClockSkew
[23/01/2023, 22:26:19:706 GMT] 00000015 SystemOut O Entering test: testValidateNbf_futureNbf_outsideClockSkew
[23/01/2023, 22:26:19:707 GMT] 00000015 SystemOut O Original string: [2023-01-23T23:26:19+0000]
[23/01/2023, 22:26:19:707 GMT] 00000015 SystemOut O Regex string : [\Q2023-01-23T23:26:19+0000\E]
[23/01/2023, 22:26:19:708 GMT] 00000015 SystemOut O Exiting test: testValidateNbf_futureNbf_outsideClockSkew
[23/01/2023, 22:26:19:709 GMT] 00000015 SystemOut O Entering test: testGetAlgorithmHeader_nullContext
[23/01/2023, 22:26:19:709 GMT] 00000015 SystemOut O Exiting test: testGetAlgorithmHeader_nullContext
[23/01/2023, 22:26:19:710 GMT] 00000015 SystemOut O Entering test: testGetAlgorithmHeader_missingJsonWebStructures
[23/01/2023, 22:26:19:711 GMT] 00000015 SystemOut O Chose list: null
[23/01/2023, 22:26:19:711 GMT] 00000015 SystemOut O Exiting test: testGetAlgorithmHeader_missingJsonWebStructures
[23/01/2023, 22:26:19:712 GMT] 00000015 SystemOut O Entering test: testGetAlgorithmHeader_validAlgorithmHeader
[23/01/2023, 22:26:19:714 GMT] 00000015 SystemOut O Exiting test: testGetAlgorithmHeader_validAlgorithmHeader
[23/01/2023, 22:26:19:715 GMT] 00000015 SystemOut O Entering test: testValidateAlgorithm_nullArgs
[23/01/2023, 22:26:19:716 GMT] 00000015 SystemOut O Exiting test: testValidateAlgorithm_nullArgs
[23/01/2023, 22:26:19:717 GMT] 00000015 SystemOut O Entering test: testValidateAlgorithm_algMismatch
[23/01/2023, 22:26:19:728 GMT] 00000015 SystemOut O Exiting test: testValidateAlgorithm_algMismatch
[23/01/2023, 22:26:19:729 GMT] 00000015 SystemOut O Entering test: testValidateAlgorithm_algMatch
[23/01/2023, 22:26:19:731 GMT] 00000015 SystemOut O Exiting test: testValidateAlgorithm_algMatch
[23/01/2023, 22:26:19:731 GMT] 00000015 SystemOut O Entering test: testValidateAMRClaim
[23/01/2023, 22:26:19:732 GMT] 00000015 SystemOut O Exiting test: testValidateAMRClaim
-- Trace -------------------------------------------------
[23/01/2023, 22:26:19:451 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateClaimsReadsConfigProperty
[23/01/2023, 22:26:19:457 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateClaimsReadsConfigProperty
[23/01/2023, 22:26:19:459 GMT] 00000015 id=00000000 SystemOut O Entering test: testGetSigningKey_nullConfig
[23/01/2023, 22:26:19:459 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JWT consumer config object is null
[23/01/2023, 22:26:19:459 GMT] 00000015 id=00000000 SystemOut O Exiting test: testGetSigningKey_nullConfig
[23/01/2023, 22:26:19:460 GMT] 00000015 id=00000000 SystemOut O Entering test: testGetSigningKey_unknownAlg
[23/01/2023, 22:26:19:462 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 A signing key could not be found
[23/01/2023, 22:26:19:463 GMT] 00000015 id=00000000 SystemOut O Exiting test: testGetSigningKey_unknownAlg
[23/01/2023, 22:26:19:464 GMT] 00000015 id=00000000 SystemOut O Entering test: testGetSigningKey_HS256ThrowsException
[23/01/2023, 22:26:19:467 GMT] 00000015 id=00000000 SystemOut O Exiting test: testGetSigningKey_HS256ThrowsException
[23/01/2023, 22:26:19:468 GMT] 00000015 id=00000000 SystemOut O Entering test: testGetSigningKey_HS256Valid
[23/01/2023, 22:26:19:469 GMT] 00000015 id=00000000 SystemOut O Exiting test: testGetSigningKey_HS256Valid
[23/01/2023, 22:26:19:470 GMT] 00000015 id=00000000 SystemOut O Entering test: testGetSigningKey_RS256ThrowsException
[23/01/2023, 22:26:19:472 GMT] 00000015 id=00000000 SystemOut O Exiting test: testGetSigningKey_RS256ThrowsException
[23/01/2023, 22:26:19:473 GMT] 00000015 id=00000000 SystemOut O Entering test: testGetSigningKey_RS256Valid
[23/01/2023, 22:26:19:502 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted alias: myAlias, Truststore: myTrustStore
[23/01/2023, 22:26:19:502 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 RSAPublicKey: true
[23/01/2023, 22:26:19:502 GMT] 00000015 id=00000000 SystemOut O Exiting test: testGetSigningKey_RS256Valid
[23/01/2023, 22:26:19:504 GMT] 00000015 id=00000000 SystemOut O Entering test: testGetSharedSecretKey_nullConfig
[23/01/2023, 22:26:19:504 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JWT consumer config object is null
[23/01/2023, 22:26:19:504 GMT] 00000015 id=00000000 SystemOut O Exiting test: testGetSharedSecretKey_nullConfig
[23/01/2023, 22:26:19:505 GMT] 00000015 id=00000000 SystemOut O Entering test: testGetSharedSecretKey_emptyOrNullKey
[23/01/2023, 22:26:19:506 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [null]
[23/01/2023, 22:26:19:506 GMT] 00000015 id=00000000 SystemOut O Chose key: [null]
[23/01/2023, 22:26:19:506 GMT] 00000015 id=00000000 SystemOut O Exiting test: testGetSharedSecretKey_emptyOrNullKey
[23/01/2023, 22:26:19:507 GMT] 00000015 id=00000000 SystemOut O Entering test: testGetSharedSecretKey_validKey
[23/01/2023, 22:26:19:510 GMT] 00000015 id=00000000 SystemOut O Exiting test: testGetSharedSecretKey_validKey
[23/01/2023, 22:26:19:511 GMT] 00000015 id=00000000 SystemOut O Entering test: testGetPublicKey_missingKeyStoreService
[23/01/2023, 22:26:19:512 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [HS256]
[23/01/2023, 22:26:19:512 GMT] 00000015 id=00000000 SystemOut O Exiting test: testGetPublicKey_missingKeyStoreService
[23/01/2023, 22:26:19:513 GMT] 00000015 id=00000000 SystemOut O Entering test: testGetPublicKey_nullArgs
[23/01/2023, 22:26:19:527 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted alias: null, Truststore: null
[23/01/2023, 22:26:19:528 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 RSAPublicKey: false
[23/01/2023, 22:26:19:528 GMT] 00000015 id=00000000 SystemOut O Exiting test: testGetPublicKey_nullArgs
[23/01/2023, 22:26:19:529 GMT] 00000015 id=00000000 SystemOut O Entering test: testGetPublicKey_throwsException
[23/01/2023, 22:26:19:529 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [RS256]
[23/01/2023, 22:26:19:531 GMT] 00000015 id=00000000 SystemOut O Exiting test: testGetPublicKey_throwsException
[23/01/2023, 22:26:19:532 GMT] 00000015 id=00000000 SystemOut O Entering test: testGetPublicKey_notRSAPublicKey
[23/01/2023, 22:26:19:532 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [HS256]
[23/01/2023, 22:26:19:532 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted alias: myAlias, Truststore: myTrustStore
[23/01/2023, 22:26:19:533 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 RSAPublicKey: false
[23/01/2023, 22:26:19:533 GMT] 00000015 id=00000000 SystemOut O Exiting test: testGetPublicKey_notRSAPublicKey
[23/01/2023, 22:26:19:534 GMT] 00000015 id=00000000 SystemOut O Entering test: testGetPublicKey_validKey
[23/01/2023, 22:26:19:534 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [HS256]
[23/01/2023, 22:26:19:534 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted alias: myAlias, Truststore: myTrustStore
[23/01/2023, 22:26:19:535 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 RSAPublicKey: true
[23/01/2023, 22:26:19:535 GMT] 00000015 id=00000000 SystemOut O Exiting test: testGetPublicKey_validKey
[23/01/2023, 22:26:19:536 GMT] 00000015 id=00000000 SystemOut O Entering test: testParseJwtWithoutValidation_nullOrEmptyTokenString
[23/01/2023, 22:26:19:536 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [myConfigId]
[23/01/2023, 22:26:19:536 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: []
[23/01/2023, 22:26:19:537 GMT] 00000015 id=00000000 SystemOut O Exiting test: testParseJwtWithoutValidation_nullOrEmptyTokenString
[23/01/2023, 22:26:19:538 GMT] 00000015 id=00000000 SystemOut O Entering test: testParseJwtWithoutValidation_singlePartTokenString
[23/01/2023, 22:26:19:540 GMT] 00000015 id=00000000 SystemOut O Exiting test: testParseJwtWithoutValidation_singlePartTokenString
[23/01/2023, 22:26:19:541 GMT] 00000015 id=00000000 SystemOut O Entering test: testParseJwtWithoutValidation_twoPartTokenString
[23/01/2023, 22:26:19:542 GMT] 00000015 id=00000000 SystemOut O Exiting test: testParseJwtWithoutValidation_twoPartTokenString
[23/01/2023, 22:26:19:542 GMT] 00000015 id=00000000 SystemOut O Entering test: testParseJwtWithoutValidation_threePartMalformedTokenString
[23/01/2023, 22:26:19:551 GMT] 00000015 id=00000000 SystemOut O Exiting test: testParseJwtWithoutValidation_threePartMalformedTokenString
[23/01/2023, 22:26:19:554 GMT] 00000015 id=00000000 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jweString
[23/01/2023, 22:26:19:555 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.utils.JweHelper 3 Caught exception getting header from JWE string: org.jose4j.jwt.consumer.InvalidJwtException: Unable to parse what was expected to be the JWT Claim Set JSON: "��-" Additional details: [[16] Invalid JSON.]
[23/01/2023, 22:26:19:556 GMT] 00000015 id=00000000 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jweString
[23/01/2023, 22:26:19:556 GMT] 00000015 id=00000000 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jwsString
[23/01/2023, 22:26:19:557 GMT] 00000015 id=00000000 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jwsString
[23/01/2023, 22:26:19:558 GMT] 00000015 id=00000000 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jwsString
[23/01/2023, 22:26:19:559 GMT] 00000015 id=00000000 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jwsString
[23/01/2023, 22:26:19:560 GMT] 00000015 id=00000000 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString
[23/01/2023, 22:26:19:561 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.utils.JweHelper 3 Caught exception getting header from JWE string: org.jose4j.jwt.consumer.InvalidJwtException: Unable to parse what was expected to be the JWT Claim Set JSON: "��-" Additional details: [[16] Invalid JSON.]
[23/01/2023, 22:26:19:563 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil I BETA: A beta method has been invoked for the class com.ibm.ws.security.jwt.internal.ConsumerUtil for the first time.
[23/01/2023, 22:26:19:563 GMT] 00000015 id=00000000 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString
[23/01/2023, 22:26:19:564 GMT] 00000015 id=00000000 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_keyManagementKeyAlgorithm_algHeader_missing
[23/01/2023, 22:26:19:565 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.utils.JweHelper 3 Caught exception getting header from JWE string: org.jose4j.jwt.consumer.InvalidJwtException: Unable to parse what was expected to be the JWT Claim Set JSON: "��-" Additional details: [[16] Invalid JSON.]
[23/01/2023, 22:26:19:565 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Decrypt key algorithm was not found in the JWE
[23/01/2023, 22:26:19:565 GMT] 00000015 id=00000000 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_keyManagementKeyAlgorithm_algHeader_missing
[23/01/2023, 22:26:19:566 GMT] 00000015 id=00000000 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_mpConfigProps_algHeader_missing
[23/01/2023, 22:26:19:567 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.utils.JweHelper 3 Caught exception getting header from JWE string: org.jose4j.jwt.consumer.InvalidJwtException: Unable to parse what was expected to be the JWT Claim Set JSON: "��-" Additional details: [[16] Invalid JSON.]
[23/01/2023, 22:26:19:567 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Decrypt key algorithm was not found in the JWE
[23/01/2023, 22:26:19:567 GMT] 00000015 id=00000000 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_mpConfigProps_algHeader_missing
[23/01/2023, 22:26:19:568 GMT] 00000015 id=00000000 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_mpConfigProps_algHeader_matches
[23/01/2023, 22:26:19:570 GMT] 00000015 id=00000000 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_mpConfigProps_algHeader_matches
[23/01/2023, 22:26:19:571 GMT] 00000015 id=00000000 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_mpConfigProps_algHeader_mismatch
[23/01/2023, 22:26:19:571 GMT] 00000015 id=00000000 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString_mpConfigProps_algHeader_mismatch
[23/01/2023, 22:26:19:572 GMT] 00000015 id=00000000 SystemOut O Entering test: test_getJwtContextFromCache_nothingCached
[23/01/2023, 22:26:19:578 GMT] 00000015 id=00000000 com.ibm.ws.security.common.structures.CommonCache 3 Failed to obtain a ScheduledExecutorService
[23/01/2023, 22:26:19:578 GMT] 00000015 id=00000000 SystemOut O Exiting test: test_getJwtContextFromCache_nothingCached
[23/01/2023, 22:26:19:579 GMT] 00000015 id=00000000 SystemOut O Entering test: test_getJwtContextFromCache_validCachedJwt
[23/01/2023, 22:26:19:580 GMT] 00000015 id=00000000 com.ibm.ws.security.common.structures.CommonCache 3 Failed to obtain a ScheduledExecutorService
[23/01/2023, 22:26:19:580 GMT] 00000015 id=00000000 SystemOut O Exiting test: test_getJwtContextFromCache_validCachedJwt
[23/01/2023, 22:26:19:581 GMT] 00000015 id=00000000 SystemOut O Entering test: test_getJwtContextFromCache_expiredCachedJwt
[23/01/2023, 22:26:19:584 GMT] 00000015 id=00000000 com.ibm.ws.security.common.structures.CommonCache 3 Failed to obtain a ScheduledExecutorService
[23/01/2023, 22:26:19:584 GMT] 00000015 id=00000000 SystemOut O Exiting test: test_getJwtContextFromCache_expiredCachedJwt
[23/01/2023, 22:26:19:585 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_nullOrEmptyArgs
[23/01/2023, 22:26:19:586 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_nullOrEmptyArgs
[23/01/2023, 22:26:19:587 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_whitespaceTrustedIssuers
[23/01/2023, 22:26:19:588 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer:
[23/01/2023, 22:26:19:588 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_whitespaceTrustedIssuers
[23/01/2023, 22:26:19:589 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_commaTrustedIssuers
[23/01/2023, 22:26:19:589 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_commaTrustedIssuers
[23/01/2023, 22:26:19:590 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_nullTokenIssuer
[23/01/2023, 22:26:19:590 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:590 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_nullTokenIssuer
[23/01/2023, 22:26:19:591 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer
[23/01/2023, 22:26:19:591 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:592 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer
[23/01/2023, 22:26:19:593 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_untrustedTokenIssuer
[23/01/2023, 22:26:19:593 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:593 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_untrustedTokenIssuer
[23/01/2023, 22:26:19:594 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSubstringOfTrusted
[23/01/2023, 22:26:19:594 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1entry2
[23/01/2023, 22:26:19:594 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSubstringOfTrusted
[23/01/2023, 22:26:19:596 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithComma
[23/01/2023, 22:26:19:596 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:596 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithComma
[23/01/2023, 22:26:19:597 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithSpace
[23/01/2023, 22:26:19:598 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:598 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithSpace
[23/01/2023, 22:26:19:599 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_trailingCommaTrusted
[23/01/2023, 22:26:19:600 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:600 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_trailingCommaTrusted
[23/01/2023, 22:26:19:601 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_leadingAndTrailingCommaTrusted
[23/01/2023, 22:26:19:601 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:601 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_leadingAndTrailingCommaTrusted
[23/01/2023, 22:26:19:602 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer
[23/01/2023, 22:26:19:602 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:602 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:603 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:603 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:603 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer
[23/01/2023, 22:26:19:603 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_nullTokenIssuer
[23/01/2023, 22:26:19:604 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:604 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry2
[23/01/2023, 22:26:19:604 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_nullTokenIssuer
[23/01/2023, 22:26:19:605 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_emptyTokenIssuer
[23/01/2023, 22:26:19:605 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:606 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry2
[23/01/2023, 22:26:19:606 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_emptyTokenIssuer
[23/01/2023, 22:26:19:606 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_untrustedTokenIssuer
[23/01/2023, 22:26:19:607 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:607 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry2
[23/01/2023, 22:26:19:607 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_untrustedTokenIssuer
[23/01/2023, 22:26:19:608 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerContainsTrustedIssuer
[23/01/2023, 22:26:19:609 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:609 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry2
[23/01/2023, 22:26:19:609 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerContainsTrustedIssuer
[23/01/2023, 22:26:19:610 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerWithComma
[23/01/2023, 22:26:19:612 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:612 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry2
[23/01/2023, 22:26:19:613 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerWithComma
[23/01/2023, 22:26:19:614 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers
[23/01/2023, 22:26:19:614 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:614 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:614 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: http://localhost:80/context/sub
[23/01/2023, 22:26:19:614 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:614 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:614 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry2
[23/01/2023, 22:26:19:614 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers
[23/01/2023, 22:26:19:616 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_trustAllIssuers
[23/01/2023, 22:26:19:616 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: ALL_ISSUERS
[23/01/2023, 22:26:19:616 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: ALL_ISSUERS
[23/01/2023, 22:26:19:616 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: ALL_ISSUERS
[23/01/2023, 22:26:19:616 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: ALL_ISSUERS
[23/01/2023, 22:26:19:616 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[23/01/2023, 22:26:19:616 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1 ALL_ISSUERS
[23/01/2023, 22:26:19:616 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_trustAllIssuers
[23/01/2023, 22:26:19:618 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences_ignoreAudIfNotConfigured
[23/01/2023, 22:26:19:619 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.config.MpConfigProperties 3 Didn't find mp.jwt.verify.audiences property in MP Config props; defaulting to null
[23/01/2023, 22:26:19:619 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences_ignoreAudIfNotConfigured
[23/01/2023, 22:26:19:620 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences
[23/01/2023, 22:26:19:621 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.config.MpConfigProperties 3 Didn't find mp.jwt.verify.audiences property in MP Config props; defaulting to null
[23/01/2023, 22:26:19:621 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences
[23/01/2023, 22:26:19:622 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_emptyTokenAudiences
[23/01/2023, 22:26:19:622 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.config.MpConfigProperties 3 Didn't find mp.jwt.verify.audiences property in MP Config props; defaulting to null
[23/01/2023, 22:26:19:623 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_emptyTokenAudiences
[23/01/2023, 22:26:19:623 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences_ignoreAudIfNotConfigured
[23/01/2023, 22:26:19:624 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.config.MpConfigProperties 3 Didn't find mp.jwt.verify.audiences property in MP Config props; defaulting to null
[23/01/2023, 22:26:19:624 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences_ignoreAudIfNotConfigured
[23/01/2023, 22:26:19:625 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences
[23/01/2023, 22:26:19:626 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.config.MpConfigProperties 3 Didn't find mp.jwt.verify.audiences property in MP Config props; defaulting to null
[23/01/2023, 22:26:19:626 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences
[23/01/2023, 22:26:19:627 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateAudience_withConfig_audiencesConfigured_nullTokenAudiences
[23/01/2023, 22:26:19:628 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateAudience_withConfig_audiencesConfigured_nullTokenAudiences
[23/01/2023, 22:26:19:629 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateAudience
[23/01/2023, 22:26:19:629 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateAudience
[23/01/2023, 22:26:19:630 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_nullClaims
[23/01/2023, 22:26:19:630 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Missing JwtClaims object
[23/01/2023, 22:26:19:630 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_nullClaims
[23/01/2023, 22:26:19:631 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_malformedIat
[23/01/2023, 22:26:19:632 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_malformedIat
[23/01/2023, 22:26:19:633 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_malformedExp
[23/01/2023, 22:26:19:633 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_malformedExp
[23/01/2023, 22:26:19:634 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_nullIat
[23/01/2023, 22:26:19:635 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516379000
[23/01/2023, 22:26:19:637 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:26:19 GMT 2023
[23/01/2023, 22:26:19:637 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [null] and exp [2023-01-23T23:26:19+0000]
[23/01/2023, 22:26:19:637 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512779000
[23/01/2023, 22:26:19:637 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:26:19 GMT 2023
[23/01/2023, 22:26:19:637 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 0 seconds) [2023-01-23T22:26:19+0000]
[23/01/2023, 22:26:19:637 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512779000
[23/01/2023, 22:26:19:637 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:26:19 GMT 2023
[23/01/2023, 22:26:19:637 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 0 seconds) [2023-01-23T22:26:19+0000]
[23/01/2023, 22:26:19:637 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_nullIat
[23/01/2023, 22:26:19:638 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_nullExp
[23/01/2023, 22:26:19:639 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509179000
[23/01/2023, 22:26:19:639 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:26:19 GMT 2023
[23/01/2023, 22:26:19:639 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2023-01-23T21:26:19+0000] and exp [null]
[23/01/2023, 22:26:19:639 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512779000
[23/01/2023, 22:26:19:639 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:26:19 GMT 2023
[23/01/2023, 22:26:19:639 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 0 seconds) [2023-01-23T22:26:19+0000]
[23/01/2023, 22:26:19:639 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512779000
[23/01/2023, 22:26:19:639 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:26:19 GMT 2023
[23/01/2023, 22:26:19:639 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 0 seconds) [2023-01-23T22:26:19+0000]
[23/01/2023, 22:26:19:639 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512779000
[23/01/2023, 22:26:19:639 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:26:19 GMT 2023
[23/01/2023, 22:26:19:640 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_nullExp
[23/01/2023, 22:26:19:640 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_outsideClockSkew
[23/01/2023, 22:26:19:641 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [0]
[23/01/2023, 22:26:19:641 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509179000
[23/01/2023, 22:26:19:641 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:26:19 GMT 2023
[23/01/2023, 22:26:19:641 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509239000
[23/01/2023, 22:26:19:641 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:27:19 GMT 2023
[23/01/2023, 22:26:19:642 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2023-01-23T21:26:19+0000] and exp [2023-01-23T21:27:19+0000]
[23/01/2023, 22:26:19:642 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512779000
[23/01/2023, 22:26:19:642 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:26:19 GMT 2023
[23/01/2023, 22:26:19:642 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 0 seconds) [2023-01-23T22:26:19+0000]
[23/01/2023, 22:26:19:642 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512779000
[23/01/2023, 22:26:19:642 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:26:19 GMT 2023
[23/01/2023, 22:26:19:642 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 0 seconds) [2023-01-23T22:26:19+0000]
[23/01/2023, 22:26:19:642 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 The JWT's token age verification is disabled because the tokenAge attribute and mp.jwt.verify.token.age property are both 0 or less.
0
[23/01/2023, 22:26:19:642 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509239000
[23/01/2023, 22:26:19:642 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:27:19 GMT 2023
[23/01/2023, 22:26:19:642 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512779000
[23/01/2023, 22:26:19:643 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:26:19 GMT 2023
[23/01/2023, 22:26:19:643 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509239000
[23/01/2023, 22:26:19:643 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:27:19 GMT 2023
[23/01/2023, 22:26:19:643 GMT] 00000015 id=00000000 SystemOut O Original string: [2023-01-23T21:27:19+0000]
[23/01/2023, 22:26:19:643 GMT] 00000015 id=00000000 SystemOut O Regex string : [\Q2023-01-23T21:27:19+0000\E]
[23/01/2023, 22:26:19:643 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_outsideClockSkew
[23/01/2023, 22:26:19:646 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_outsideClockSkew
[23/01/2023, 22:26:19:646 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [300000]
[23/01/2023, 22:26:19:646 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509239000
[23/01/2023, 22:26:19:647 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:27:19 GMT 2023
[23/01/2023, 22:26:19:647 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509179000
[23/01/2023, 22:26:19:647 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:26:19 GMT 2023
[23/01/2023, 22:26:19:647 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2023-01-23T21:27:19+0000] and exp [2023-01-23T21:26:19+0000]
[23/01/2023, 22:26:19:647 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512479000
[23/01/2023, 22:26:19:647 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:21:19 GMT 2023
[23/01/2023, 22:26:19:647 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2023-01-23T22:21:19+0000]
[23/01/2023, 22:26:19:647 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674513079000
[23/01/2023, 22:26:19:647 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:31:19 GMT 2023
[23/01/2023, 22:26:19:647 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2023-01-23T22:31:19+0000]
[23/01/2023, 22:26:19:647 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509239000
[23/01/2023, 22:26:19:647 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:27:19 GMT 2023
[23/01/2023, 22:26:19:647 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509179000
[23/01/2023, 22:26:19:647 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:26:19 GMT 2023
[23/01/2023, 22:26:19:647 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509239000
[23/01/2023, 22:26:19:648 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:27:19 GMT 2023
[23/01/2023, 22:26:19:648 GMT] 00000015 id=00000000 SystemOut O Original string: [2023-01-23T21:27:19+0000]
[23/01/2023, 22:26:19:648 GMT] 00000015 id=00000000 SystemOut O Regex string : [\Q2023-01-23T21:27:19+0000\E]
[23/01/2023, 22:26:19:648 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509179000
[23/01/2023, 22:26:19:648 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:26:19 GMT 2023
[23/01/2023, 22:26:19:648 GMT] 00000015 id=00000000 SystemOut O Original string: [2023-01-23T21:26:19+0000]
[23/01/2023, 22:26:19:648 GMT] 00000015 id=00000000 SystemOut O Regex string : [\Q2023-01-23T21:26:19+0000\E]
[23/01/2023, 22:26:19:648 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_outsideClockSkew
[23/01/2023, 22:26:19:649 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_withinClockSkew
[23/01/2023, 22:26:19:650 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509179000
[23/01/2023, 22:26:19:650 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:26:19 GMT 2023
[23/01/2023, 22:26:19:650 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512719000
[23/01/2023, 22:26:19:650 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:25:19 GMT 2023
[23/01/2023, 22:26:19:650 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2023-01-23T21:26:19+0000] and exp [2023-01-23T22:25:19+0000]
[23/01/2023, 22:26:19:650 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512479000
[23/01/2023, 22:26:19:650 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:21:19 GMT 2023
[23/01/2023, 22:26:19:650 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2023-01-23T22:21:19+0000]
[23/01/2023, 22:26:19:650 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674513079000
[23/01/2023, 22:26:19:650 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:31:19 GMT 2023
[23/01/2023, 22:26:19:650 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2023-01-23T22:31:19+0000]
[23/01/2023, 22:26:19:650 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 The JWT's token age verification is disabled because the tokenAge attribute and mp.jwt.verify.token.age property are both 0 or less.
0
[23/01/2023, 22:26:19:650 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_withinClockSkew
[23/01/2023, 22:26:19:651 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_withinClockSkew
[23/01/2023, 22:26:19:652 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512719000
[23/01/2023, 22:26:19:652 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:25:19 GMT 2023
[23/01/2023, 22:26:19:652 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509179000
[23/01/2023, 22:26:19:652 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:26:19 GMT 2023
[23/01/2023, 22:26:19:652 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2023-01-23T22:25:19+0000] and exp [2023-01-23T21:26:19+0000]
[23/01/2023, 22:26:19:652 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512479000
[23/01/2023, 22:26:19:652 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:21:19 GMT 2023
[23/01/2023, 22:26:19:652 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2023-01-23T22:21:19+0000]
[23/01/2023, 22:26:19:652 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674513079000
[23/01/2023, 22:26:19:652 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:31:19 GMT 2023
[23/01/2023, 22:26:19:652 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2023-01-23T22:31:19+0000]
[23/01/2023, 22:26:19:652 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512719000
[23/01/2023, 22:26:19:652 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:25:19 GMT 2023
[23/01/2023, 22:26:19:652 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509179000
[23/01/2023, 22:26:19:652 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:26:19 GMT 2023
[23/01/2023, 22:26:19:652 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512719000
[23/01/2023, 22:26:19:652 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:25:19 GMT 2023
[23/01/2023, 22:26:19:653 GMT] 00000015 id=00000000 SystemOut O Original string: [2023-01-23T22:25:19+0000]
[23/01/2023, 22:26:19:653 GMT] 00000015 id=00000000 SystemOut O Regex string : [\Q2023-01-23T22:25:19+0000\E]
[23/01/2023, 22:26:19:653 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509179000
[23/01/2023, 22:26:19:653 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:26:19 GMT 2023
[23/01/2023, 22:26:19:653 GMT] 00000015 id=00000000 SystemOut O Original string: [2023-01-23T21:26:19+0000]
[23/01/2023, 22:26:19:653 GMT] 00000015 id=00000000 SystemOut O Regex string : [\Q2023-01-23T21:26:19+0000\E]
[23/01/2023, 22:26:19:653 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_withinClockSkew
[23/01/2023, 22:26:19:654 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_iatPast_withinClockSkew_expPast_withinClockSkew
[23/01/2023, 22:26:19:655 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512659000
[23/01/2023, 22:26:19:655 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:24:19 GMT 2023
[23/01/2023, 22:26:19:655 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512719000
[23/01/2023, 22:26:19:655 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:25:19 GMT 2023
[23/01/2023, 22:26:19:655 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2023-01-23T22:24:19+0000] and exp [2023-01-23T22:25:19+0000]
[23/01/2023, 22:26:19:655 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512479000
[23/01/2023, 22:26:19:655 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:21:19 GMT 2023
[23/01/2023, 22:26:19:655 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2023-01-23T22:21:19+0000]
[23/01/2023, 22:26:19:655 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674513079000
[23/01/2023, 22:26:19:655 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:31:19 GMT 2023
[23/01/2023, 22:26:19:655 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2023-01-23T22:31:19+0000]
[23/01/2023, 22:26:19:656 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 The JWT's token age verification is disabled because the tokenAge attribute and mp.jwt.verify.token.age property are both 0 or less.
0
[23/01/2023, 22:26:19:656 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_iatPast_withinClockSkew_expPast_withinClockSkew
[23/01/2023, 22:26:19:656 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_expPast_withinClockSkew_iatPast_withinClockSkew
[23/01/2023, 22:26:19:657 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512719000
[23/01/2023, 22:26:19:657 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:25:19 GMT 2023
[23/01/2023, 22:26:19:657 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512659000
[23/01/2023, 22:26:19:657 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:24:19 GMT 2023
[23/01/2023, 22:26:19:657 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2023-01-23T22:25:19+0000] and exp [2023-01-23T22:24:19+0000]
[23/01/2023, 22:26:19:657 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512479000
[23/01/2023, 22:26:19:658 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:21:19 GMT 2023
[23/01/2023, 22:26:19:658 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2023-01-23T22:21:19+0000]
[23/01/2023, 22:26:19:658 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674513079000
[23/01/2023, 22:26:19:658 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:31:19 GMT 2023
[23/01/2023, 22:26:19:658 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2023-01-23T22:31:19+0000]
[23/01/2023, 22:26:19:658 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512719000
[23/01/2023, 22:26:19:658 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:25:19 GMT 2023
[23/01/2023, 22:26:19:658 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512659000
[23/01/2023, 22:26:19:658 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:24:19 GMT 2023
[23/01/2023, 22:26:19:658 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512719000
[23/01/2023, 22:26:19:658 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:25:19 GMT 2023
[23/01/2023, 22:26:19:658 GMT] 00000015 id=00000000 SystemOut O Original string: [2023-01-23T22:25:19+0000]
[23/01/2023, 22:26:19:658 GMT] 00000015 id=00000000 SystemOut O Regex string : [\Q2023-01-23T22:25:19+0000\E]
[23/01/2023, 22:26:19:659 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512659000
[23/01/2023, 22:26:19:659 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:24:19 GMT 2023
[23/01/2023, 22:26:19:659 GMT] 00000015 id=00000000 SystemOut O Original string: [2023-01-23T22:24:19+0000]
[23/01/2023, 22:26:19:659 GMT] 00000015 id=00000000 SystemOut O Regex string : [\Q2023-01-23T22:24:19+0000\E]
[23/01/2023, 22:26:19:659 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_expPast_withinClockSkew_iatPast_withinClockSkew
[23/01/2023, 22:26:19:660 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_iatPast_expFuture
[23/01/2023, 22:26:19:660 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [0]
[23/01/2023, 22:26:19:660 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [-60000]
[23/01/2023, 22:26:19:660 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [3600000]
[23/01/2023, 22:26:19:660 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512719000
[23/01/2023, 22:26:19:660 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:25:19 GMT 2023
[23/01/2023, 22:26:19:660 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516379000
[23/01/2023, 22:26:19:660 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:26:19 GMT 2023
[23/01/2023, 22:26:19:660 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2023-01-23T22:25:19+0000] and exp [2023-01-23T23:26:19+0000]
[23/01/2023, 22:26:19:661 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512779000
[23/01/2023, 22:26:19:661 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:26:19 GMT 2023
[23/01/2023, 22:26:19:661 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 0 seconds) [2023-01-23T22:26:19+0000]
[23/01/2023, 22:26:19:661 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512779000
[23/01/2023, 22:26:19:661 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:26:19 GMT 2023
[23/01/2023, 22:26:19:661 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 0 seconds) [2023-01-23T22:26:19+0000]
[23/01/2023, 22:26:19:661 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 The JWT's token age verification is disabled because the tokenAge attribute and mp.jwt.verify.token.age property are both 0 or less.
0
[23/01/2023, 22:26:19:661 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_iatPast_expFuture
[23/01/2023, 22:26:19:662 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_expPast_iatFuture_outsideClockSkew
[23/01/2023, 22:26:19:662 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [300000]
[23/01/2023, 22:26:19:662 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [-60000]
[23/01/2023, 22:26:19:663 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516379000
[23/01/2023, 22:26:19:663 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:26:19 GMT 2023
[23/01/2023, 22:26:19:663 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512719000
[23/01/2023, 22:26:19:663 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:25:19 GMT 2023
[23/01/2023, 22:26:19:663 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2023-01-23T23:26:19+0000] and exp [2023-01-23T22:25:19+0000]
[23/01/2023, 22:26:19:663 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512479000
[23/01/2023, 22:26:19:663 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:21:19 GMT 2023
[23/01/2023, 22:26:19:663 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2023-01-23T22:21:19+0000]
[23/01/2023, 22:26:19:663 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674513079000
[23/01/2023, 22:26:19:663 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:31:19 GMT 2023
[23/01/2023, 22:26:19:663 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2023-01-23T22:31:19+0000]
[23/01/2023, 22:26:19:663 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516379000
[23/01/2023, 22:26:19:663 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:26:19 GMT 2023
[23/01/2023, 22:26:19:664 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674513079000
[23/01/2023, 22:26:19:664 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:31:19 GMT 2023
[23/01/2023, 22:26:19:664 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516379000
[23/01/2023, 22:26:19:664 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:26:19 GMT 2023
[23/01/2023, 22:26:19:664 GMT] 00000015 id=00000000 SystemOut O Original string: [2023-01-23T23:26:19+0000]
[23/01/2023, 22:26:19:664 GMT] 00000015 id=00000000 SystemOut O Regex string : [\Q2023-01-23T23:26:19+0000\E]
[23/01/2023, 22:26:19:664 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_expPast_iatFuture_outsideClockSkew
[23/01/2023, 22:26:19:665 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_expPast_iatFuture_withinClockSkew
[23/01/2023, 22:26:19:665 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [-3600000]
[23/01/2023, 22:26:19:666 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512839000
[23/01/2023, 22:26:19:666 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:27:19 GMT 2023
[23/01/2023, 22:26:19:666 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509179000
[23/01/2023, 22:26:19:666 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:26:19 GMT 2023
[23/01/2023, 22:26:19:666 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2023-01-23T22:27:19+0000] and exp [2023-01-23T21:26:19+0000]
[23/01/2023, 22:26:19:666 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512479000
[23/01/2023, 22:26:19:666 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:21:19 GMT 2023
[23/01/2023, 22:26:19:666 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2023-01-23T22:21:19+0000]
[23/01/2023, 22:26:19:666 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674513079000
[23/01/2023, 22:26:19:666 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:31:19 GMT 2023
[23/01/2023, 22:26:19:666 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2023-01-23T22:31:19+0000]
[23/01/2023, 22:26:19:666 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512839000
[23/01/2023, 22:26:19:666 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:27:19 GMT 2023
[23/01/2023, 22:26:19:666 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509179000
[23/01/2023, 22:26:19:666 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:26:19 GMT 2023
[23/01/2023, 22:26:19:666 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512839000
[23/01/2023, 22:26:19:667 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:27:19 GMT 2023
[23/01/2023, 22:26:19:667 GMT] 00000015 id=00000000 SystemOut O Original string: [2023-01-23T22:27:19+0000]
[23/01/2023, 22:26:19:667 GMT] 00000015 id=00000000 SystemOut O Regex string : [\Q2023-01-23T22:27:19+0000\E]
[23/01/2023, 22:26:19:667 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509179000
[23/01/2023, 22:26:19:667 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:26:19 GMT 2023
[23/01/2023, 22:26:19:667 GMT] 00000015 id=00000000 SystemOut O Original string: [2023-01-23T21:26:19+0000]
[23/01/2023, 22:26:19:667 GMT] 00000015 id=00000000 SystemOut O Regex string : [\Q2023-01-23T21:26:19+0000\E]
[23/01/2023, 22:26:19:668 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_expPast_iatFuture_withinClockSkew
[23/01/2023, 22:26:19:669 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_iatFuture_outsideClockSkew_expFuture_outsideClockSkew
[23/01/2023, 22:26:19:669 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [0]
[23/01/2023, 22:26:19:669 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516379000
[23/01/2023, 22:26:19:670 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:26:19 GMT 2023
[23/01/2023, 22:26:19:670 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516439000
[23/01/2023, 22:26:19:670 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:27:19 GMT 2023
[23/01/2023, 22:26:19:670 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2023-01-23T23:26:19+0000] and exp [2023-01-23T23:27:19+0000]
[23/01/2023, 22:26:19:670 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512779000
[23/01/2023, 22:26:19:670 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:26:19 GMT 2023
[23/01/2023, 22:26:19:670 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 0 seconds) [2023-01-23T22:26:19+0000]
[23/01/2023, 22:26:19:670 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512779000
[23/01/2023, 22:26:19:670 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:26:19 GMT 2023
[23/01/2023, 22:26:19:670 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 0 seconds) [2023-01-23T22:26:19+0000]
[23/01/2023, 22:26:19:670 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516379000
[23/01/2023, 22:26:19:670 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:26:19 GMT 2023
[23/01/2023, 22:26:19:670 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512779000
[23/01/2023, 22:26:19:670 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:26:19 GMT 2023
[23/01/2023, 22:26:19:671 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516379000
[23/01/2023, 22:26:19:671 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:26:19 GMT 2023
[23/01/2023, 22:26:19:671 GMT] 00000015 id=00000000 SystemOut O Original string: [2023-01-23T23:26:19+0000]
[23/01/2023, 22:26:19:671 GMT] 00000015 id=00000000 SystemOut O Regex string : [\Q2023-01-23T23:26:19+0000\E]
[23/01/2023, 22:26:19:671 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_iatFuture_outsideClockSkew_expFuture_outsideClockSkew
[23/01/2023, 22:26:19:672 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_expFuture_outsideClockSkew_iatFuture_outsideClockSkew
[23/01/2023, 22:26:19:673 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [300000]
[23/01/2023, 22:26:19:673 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516439000
[23/01/2023, 22:26:19:673 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:27:19 GMT 2023
[23/01/2023, 22:26:19:673 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516379000
[23/01/2023, 22:26:19:673 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:26:19 GMT 2023
[23/01/2023, 22:26:19:673 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2023-01-23T23:27:19+0000] and exp [2023-01-23T23:26:19+0000]
[23/01/2023, 22:26:19:673 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512479000
[23/01/2023, 22:26:19:673 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:21:19 GMT 2023
[23/01/2023, 22:26:19:673 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2023-01-23T22:21:19+0000]
[23/01/2023, 22:26:19:674 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674513079000
[23/01/2023, 22:26:19:674 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:31:19 GMT 2023
[23/01/2023, 22:26:19:674 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2023-01-23T22:31:19+0000]
[23/01/2023, 22:26:19:674 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516439000
[23/01/2023, 22:26:19:674 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:27:19 GMT 2023
[23/01/2023, 22:26:19:674 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674513079000
[23/01/2023, 22:26:19:674 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:31:19 GMT 2023
[23/01/2023, 22:26:19:674 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516439000
[23/01/2023, 22:26:19:674 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:27:19 GMT 2023
[23/01/2023, 22:26:19:674 GMT] 00000015 id=00000000 SystemOut O Original string: [2023-01-23T23:27:19+0000]
[23/01/2023, 22:26:19:675 GMT] 00000015 id=00000000 SystemOut O Regex string : [\Q2023-01-23T23:27:19+0000\E]
[23/01/2023, 22:26:19:675 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_expFuture_outsideClockSkew_iatFuture_outsideClockSkew
[23/01/2023, 22:26:19:676 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_outsideClockSkew
[23/01/2023, 22:26:19:677 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516379000
[23/01/2023, 22:26:19:677 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:26:19 GMT 2023
[23/01/2023, 22:26:19:677 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512839000
[23/01/2023, 22:26:19:677 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:27:19 GMT 2023
[23/01/2023, 22:26:19:677 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2023-01-23T23:26:19+0000] and exp [2023-01-23T22:27:19+0000]
[23/01/2023, 22:26:19:677 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512479000
[23/01/2023, 22:26:19:678 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:21:19 GMT 2023
[23/01/2023, 22:26:19:678 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2023-01-23T22:21:19+0000]
[23/01/2023, 22:26:19:678 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674513079000
[23/01/2023, 22:26:19:678 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:31:19 GMT 2023
[23/01/2023, 22:26:19:678 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2023-01-23T22:31:19+0000]
[23/01/2023, 22:26:19:678 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516379000
[23/01/2023, 22:26:19:678 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:26:19 GMT 2023
[23/01/2023, 22:26:19:678 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674513079000
[23/01/2023, 22:26:19:678 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:31:19 GMT 2023
[23/01/2023, 22:26:19:678 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516379000
[23/01/2023, 22:26:19:678 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:26:19 GMT 2023
[23/01/2023, 22:26:19:679 GMT] 00000015 id=00000000 SystemOut O Original string: [2023-01-23T23:26:19+0000]
[23/01/2023, 22:26:19:679 GMT] 00000015 id=00000000 SystemOut O Regex string : [\Q2023-01-23T23:26:19+0000\E]
[23/01/2023, 22:26:19:679 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_outsideClockSkew
[23/01/2023, 22:26:19:680 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_outsideClockSkew
[23/01/2023, 22:26:19:681 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512839000
[23/01/2023, 22:26:19:681 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:27:19 GMT 2023
[23/01/2023, 22:26:19:681 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516379000
[23/01/2023, 22:26:19:681 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:26:19 GMT 2023
[23/01/2023, 22:26:19:681 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2023-01-23T22:27:19+0000] and exp [2023-01-23T23:26:19+0000]
[23/01/2023, 22:26:19:681 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512479000
[23/01/2023, 22:26:19:681 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:21:19 GMT 2023
[23/01/2023, 22:26:19:681 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2023-01-23T22:21:19+0000]
[23/01/2023, 22:26:19:682 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674513079000
[23/01/2023, 22:26:19:682 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:31:19 GMT 2023
[23/01/2023, 22:26:19:682 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2023-01-23T22:31:19+0000]
[23/01/2023, 22:26:19:682 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 The JWT's token age verification is disabled because the tokenAge attribute and mp.jwt.verify.token.age property are both 0 or less.
0
[23/01/2023, 22:26:19:682 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_outsideClockSkew
[23/01/2023, 22:26:19:683 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_withinClockSkew
[23/01/2023, 22:26:19:684 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512839000
[23/01/2023, 22:26:19:684 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:27:19 GMT 2023
[23/01/2023, 22:26:19:684 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512899000
[23/01/2023, 22:26:19:684 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:28:19 GMT 2023
[23/01/2023, 22:26:19:684 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2023-01-23T22:27:19+0000] and exp [2023-01-23T22:28:19+0000]
[23/01/2023, 22:26:19:684 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512479000
[23/01/2023, 22:26:19:684 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:21:19 GMT 2023
[23/01/2023, 22:26:19:684 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2023-01-23T22:21:19+0000]
[23/01/2023, 22:26:19:684 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674513079000
[23/01/2023, 22:26:19:684 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:31:19 GMT 2023
[23/01/2023, 22:26:19:684 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2023-01-23T22:31:19+0000]
[23/01/2023, 22:26:19:685 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 The JWT's token age verification is disabled because the tokenAge attribute and mp.jwt.verify.token.age property are both 0 or less.
0
[23/01/2023, 22:26:19:685 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_withinClockSkew
[23/01/2023, 22:26:19:686 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_withinClockSkew
[23/01/2023, 22:26:19:686 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512899000
[23/01/2023, 22:26:19:687 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:28:19 GMT 2023
[23/01/2023, 22:26:19:687 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512839000
[23/01/2023, 22:26:19:687 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:27:19 GMT 2023
[23/01/2023, 22:26:19:687 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2023-01-23T22:28:19+0000] and exp [2023-01-23T22:27:19+0000]
[23/01/2023, 22:26:19:687 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512479000
[23/01/2023, 22:26:19:687 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:21:19 GMT 2023
[23/01/2023, 22:26:19:687 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2023-01-23T22:21:19+0000]
[23/01/2023, 22:26:19:687 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674513079000
[23/01/2023, 22:26:19:687 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:31:19 GMT 2023
[23/01/2023, 22:26:19:687 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2023-01-23T22:31:19+0000]
[23/01/2023, 22:26:19:687 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512899000
[23/01/2023, 22:26:19:687 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:28:19 GMT 2023
[23/01/2023, 22:26:19:687 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512839000
[23/01/2023, 22:26:19:687 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:27:19 GMT 2023
[23/01/2023, 22:26:19:688 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512899000
[23/01/2023, 22:26:19:688 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:28:19 GMT 2023
[23/01/2023, 22:26:19:688 GMT] 00000015 id=00000000 SystemOut O Original string: [2023-01-23T22:28:19+0000]
[23/01/2023, 22:26:19:688 GMT] 00000015 id=00000000 SystemOut O Regex string : [\Q2023-01-23T22:28:19+0000\E]
[23/01/2023, 22:26:19:688 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512839000
[23/01/2023, 22:26:19:688 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:27:19 GMT 2023
[23/01/2023, 22:26:19:688 GMT] 00000015 id=00000000 SystemOut O Original string: [2023-01-23T22:27:19+0000]
[23/01/2023, 22:26:19:688 GMT] 00000015 id=00000000 SystemOut O Regex string : [\Q2023-01-23T22:27:19+0000\E]
[23/01/2023, 22:26:19:688 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_withinClockSkew
[23/01/2023, 22:26:19:689 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_iatPast_outsideClockSkew_agePast_outsideClockSkew_expFuture
[23/01/2023, 22:26:19:689 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [0]
[23/01/2023, 22:26:19:690 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509179000
[23/01/2023, 22:26:19:690 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:26:19 GMT 2023
[23/01/2023, 22:26:19:690 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516379000
[23/01/2023, 22:26:19:690 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:26:19 GMT 2023
[23/01/2023, 22:26:19:690 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2023-01-23T21:26:19+0000] and exp [2023-01-23T23:26:19+0000]
[23/01/2023, 22:26:19:690 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512779000
[23/01/2023, 22:26:19:690 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:26:19 GMT 2023
[23/01/2023, 22:26:19:690 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 0 seconds) [2023-01-23T22:26:19+0000]
[23/01/2023, 22:26:19:690 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512779000
[23/01/2023, 22:26:19:690 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:26:19 GMT 2023
[23/01/2023, 22:26:19:690 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 0 seconds) [2023-01-23T22:26:19+0000]
[23/01/2023, 22:26:19:690 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509180000
[23/01/2023, 22:26:19:690 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:26:20 GMT 2023
[23/01/2023, 22:26:19:690 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512779000
[23/01/2023, 22:26:19:691 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:26:19 GMT 2023
[23/01/2023, 22:26:19:691 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509180000
[23/01/2023, 22:26:19:691 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:26:20 GMT 2023
[23/01/2023, 22:26:19:691 GMT] 00000015 id=00000000 SystemOut O Original string: [2023-01-23T21:26:20+0000]
[23/01/2023, 22:26:19:691 GMT] 00000015 id=00000000 SystemOut O Regex string : [\Q2023-01-23T21:26:20+0000\E]
[23/01/2023, 22:26:19:691 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_iatPast_outsideClockSkew_agePast_outsideClockSkew_expFuture
[23/01/2023, 22:26:19:692 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_iatPast_agePast_withinClockSkew_expFuture
[23/01/2023, 22:26:19:693 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674509179000
[23/01/2023, 22:26:19:693 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 21:26:19 GMT 2023
[23/01/2023, 22:26:19:693 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516379000
[23/01/2023, 22:26:19:693 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:26:19 GMT 2023
[23/01/2023, 22:26:19:693 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2023-01-23T21:26:19+0000] and exp [2023-01-23T23:26:19+0000]
[23/01/2023, 22:26:19:693 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512479000
[23/01/2023, 22:26:19:693 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:21:19 GMT 2023
[23/01/2023, 22:26:19:693 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2023-01-23T22:21:19+0000]
[23/01/2023, 22:26:19:693 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674513079000
[23/01/2023, 22:26:19:693 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:31:19 GMT 2023
[23/01/2023, 22:26:19:693 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2023-01-23T22:31:19+0000]
[23/01/2023, 22:26:19:693 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_iatPast_agePast_withinClockSkew_expFuture
[23/01/2023, 22:26:19:694 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateNbf_nullClaims
[23/01/2023, 22:26:19:695 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Missing JwtClaims object
[23/01/2023, 22:26:19:695 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateNbf_nullClaims
[23/01/2023, 22:26:19:698 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateNbf_nbfThrowsException
[23/01/2023, 22:26:19:698 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateNbf_nbfThrowsException
[23/01/2023, 22:26:19:700 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateNbf_nullNbf
[23/01/2023, 22:26:19:700 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateNbf_nullNbf
[23/01/2023, 22:26:19:701 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateNbf_pastNbf_outsideClockSkew
[23/01/2023, 22:26:19:702 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [300000]
[23/01/2023, 22:26:19:702 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateNbf_pastNbf_outsideClockSkew
[23/01/2023, 22:26:19:703 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateNbf_pastNbf_withinClockSkew
[23/01/2023, 22:26:19:703 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateNbf_pastNbf_withinClockSkew
[23/01/2023, 22:26:19:704 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateNbf_futureNbf_withinClockSkew
[23/01/2023, 22:26:19:705 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateNbf_futureNbf_withinClockSkew
[23/01/2023, 22:26:19:706 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateNbf_futureNbf_outsideClockSkew
[23/01/2023, 22:26:19:706 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [0]
[23/01/2023, 22:26:19:706 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516379000
[23/01/2023, 22:26:19:706 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:26:19 GMT 2023
[23/01/2023, 22:26:19:707 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674512779000
[23/01/2023, 22:26:19:707 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 22:26:19 GMT 2023
[23/01/2023, 22:26:19:707 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1674516379000
[23/01/2023, 22:26:19:707 GMT] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Mon Jan 23 23:26:19 GMT 2023
[23/01/2023, 22:26:19:707 GMT] 00000015 id=00000000 SystemOut O Original string: [2023-01-23T23:26:19+0000]
[23/01/2023, 22:26:19:707 GMT] 00000015 id=00000000 SystemOut O Regex string : [\Q2023-01-23T23:26:19+0000\E]
[23/01/2023, 22:26:19:708 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateNbf_futureNbf_outsideClockSkew
[23/01/2023, 22:26:19:709 GMT] 00000015 id=00000000 SystemOut O Entering test: testGetAlgorithmHeader_nullContext
[23/01/2023, 22:26:19:709 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JwtContext is null
[23/01/2023, 22:26:19:709 GMT] 00000015 id=00000000 SystemOut O Exiting test: testGetAlgorithmHeader_nullContext
[23/01/2023, 22:26:19:710 GMT] 00000015 id=00000000 SystemOut O Entering test: testGetAlgorithmHeader_missingJsonWebStructures
[23/01/2023, 22:26:19:710 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [null]
[23/01/2023, 22:26:19:711 GMT] 00000015 id=00000000 SystemOut O Chose list: null
[23/01/2023, 22:26:19:711 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Failed to obtain JWT header
[23/01/2023, 22:26:19:711 GMT] 00000015 id=00000000 SystemOut O Exiting test: testGetAlgorithmHeader_missingJsonWebStructures
[23/01/2023, 22:26:19:712 GMT] 00000015 id=00000000 SystemOut O Entering test: testGetAlgorithmHeader_validAlgorithmHeader
[23/01/2023, 22:26:19:713 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [null]
[23/01/2023, 22:26:19:713 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JsonWebStructure class: org.jose4j.jws.JsonWebSignature data:JsonWebSignature{"alg":null}
[23/01/2023, 22:26:19:714 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JsonWebSignature alg: null 3rd:'null'
[23/01/2023, 22:26:19:714 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JWT is signed with algorithm:
null
[23/01/2023, 22:26:19:714 GMT] 00000015 id=00000000 SystemOut O Exiting test: testGetAlgorithmHeader_validAlgorithmHeader
[23/01/2023, 22:26:19:715 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateAlgorithm_nullArgs
[23/01/2023, 22:26:19:715 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 No required signature algorithm was specified
[23/01/2023, 22:26:19:716 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 No required signature algorithm was specified
[23/01/2023, 22:26:19:716 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [HS256]
[23/01/2023, 22:26:19:716 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JwtContext is null
[23/01/2023, 22:26:19:716 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Signature algorithm was not found in the JWT
[23/01/2023, 22:26:19:716 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateAlgorithm_nullArgs
[23/01/2023, 22:26:19:717 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateAlgorithm_algMismatch
[23/01/2023, 22:26:19:717 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [HS256]
[23/01/2023, 22:26:19:728 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JsonWebStructure class: org.jose4j.jwx.JsonWebStructure$$EnhancerByCGLIB$$82661dac data:jsonWebStructure
[23/01/2023, 22:26:19:728 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JWT is signed with algorithm:
SomeOtherAlgorithm
[23/01/2023, 22:26:19:728 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JWT is signed with algorithm:
SomeOtherAlgorithm
[23/01/2023, 22:26:19:728 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JWT is required to be signed with algorithm:
HS256
[23/01/2023, 22:26:19:728 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateAlgorithm_algMismatch
[23/01/2023, 22:26:19:729 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateAlgorithm_algMatch
[23/01/2023, 22:26:19:730 GMT] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [HS256]
[23/01/2023, 22:26:19:730 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JsonWebStructure class: org.jose4j.jwx.JsonWebStructure$$EnhancerByCGLIB$$82661dac data:jsonWebStructure
[23/01/2023, 22:26:19:730 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JWT is signed with algorithm:
HS256
[23/01/2023, 22:26:19:730 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JWT is signed with algorithm:
HS256
[23/01/2023, 22:26:19:730 GMT] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JWT is required to be signed with algorithm:
HS256
[23/01/2023, 22:26:19:731 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateAlgorithm_algMatch
[23/01/2023, 22:26:19:731 GMT] 00000015 id=00000000 SystemOut O Entering test: testValidateAMRClaim
[23/01/2023, 22:26:19:732 GMT] 00000015 id=00000000 SystemOut O Exiting test: testValidateAMRClaim