BaseWebSecurityConfigUnitTest
Tests
| Test |
Duration |
Result |
| jwtDecoderShouldAcceptJwtWithAnyOfTheConfiguredAudiences() |
0.003s |
passed |
| jwtDecoderShouldDecodeRealJwtFromConfiguredIssuerUri() |
0.232s |
passed |
| jwtDecoderShouldDecodeRealJwtFromConfiguredJwkSetUri() |
0.020s |
passed |
| jwtDecoderShouldDecodeRealJwtSignedWithConfiguredHmacSecret() |
0.002s |
passed |
| jwtDecoderShouldRejectFakeJwkSetUriWithoutProfile() |
0.002s |
passed |
| jwtDecoderShouldRejectFakeUrlWithoutProfile() |
0.002s |
passed |
| jwtDecoderShouldRejectJwtFromConfiguredIssuerUriWithWrongIssuer() |
0.055s |
passed |
| jwtDecoderShouldRejectJwtFromConfiguredJwkSetUriWithWrongIssuer() |
0.017s |
passed |
| jwtDecoderShouldRejectJwtWithWrongOrMissingAudience() |
0.015s |
passed |
| jwtDecoderShouldRejectJwtWithWrongOrMissingIssuer() |
0.003s |
passed |
| jwtDecoderShouldRejectMissingIssuer() |
0.001s |
passed |
| jwtDecoderShouldRejectRealJwtSignedWithDifferentHmacSecret() |
0.001s |
passed |