BaseWebSecurityConfigUnitTest
Tests
| Test |
Duration |
Result |
| jwtDecoderShouldAcceptJwtWithAnyOfTheConfiguredAudiences() |
0.003s |
passed |
| jwtDecoderShouldDecodeRealJwtFromConfiguredIssuerUri() |
0.264s |
passed |
| jwtDecoderShouldDecodeRealJwtFromConfiguredJwkSetUri() |
0.012s |
passed |
| jwtDecoderShouldDecodeRealJwtSignedWithConfiguredHmacSecret() |
0.004s |
passed |
| jwtDecoderShouldRejectFakeJwkSetUriWithoutProfile() |
0.002s |
passed |
| jwtDecoderShouldRejectFakeUrlWithoutProfile() |
0.002s |
passed |
| jwtDecoderShouldRejectJwtFromConfiguredIssuerUriWithWrongIssuer() |
0.053s |
passed |
| jwtDecoderShouldRejectJwtFromConfiguredJwkSetUriWithWrongIssuer() |
0.010s |
passed |
| jwtDecoderShouldRejectJwtWithWrongOrMissingAudience() |
0.022s |
passed |
| jwtDecoderShouldRejectJwtWithWrongOrMissingIssuer() |
0.003s |
passed |
| jwtDecoderShouldRejectMissingIssuer() |
0.002s |
passed |
| jwtDecoderShouldRejectRealJwtSignedWithDifferentHmacSecret() |
0.003s |
passed |