BaseWebSecurityConfigUnitTest

12

tests

0

failures

0

ignored

0.373s

duration

100%

successful

Tests

Test Duration Result
jwtDecoderShouldAcceptJwtWithAnyOfTheConfiguredAudiences() 0.002s passed
jwtDecoderShouldDecodeRealJwtFromConfiguredIssuerUri() 0.250s passed
jwtDecoderShouldDecodeRealJwtFromConfiguredJwkSetUri() 0.012s passed
jwtDecoderShouldDecodeRealJwtSignedWithConfiguredHmacSecret() 0.002s passed
jwtDecoderShouldRejectFakeJwkSetUriWithoutProfile() 0.005s passed
jwtDecoderShouldRejectFakeUrlWithoutProfile() 0.001s passed
jwtDecoderShouldRejectJwtFromConfiguredIssuerUriWithWrongIssuer() 0.059s passed
jwtDecoderShouldRejectJwtFromConfiguredJwkSetUriWithWrongIssuer() 0.012s passed
jwtDecoderShouldRejectJwtWithWrongOrMissingAudience() 0.018s passed
jwtDecoderShouldRejectJwtWithWrongOrMissingIssuer() 0.006s passed
jwtDecoderShouldRejectMissingIssuer() 0.003s passed
jwtDecoderShouldRejectRealJwtSignedWithDifferentHmacSecret() 0.003s passed