should_not_support_UsernamePasswordAuthenticationToken | 1 ms | Passed |
should_return_valid_token_when_audience_contains_token_endpoint | 3 ms | Passed |
should_return_valid_token_when_issuer_does_not_end_with_slash_and_audience_contains_token_endpoint | 1 ms | Passed |
should_support_JWTBearerAssertionAuthenticationToken | 0 ms | Passed |
should_throw_AuthenticationServiceException_for_EncryptedJWT | 2 ms | Passed |
should_throw_AuthenticationServiceException_for_PlainJWT | 1 ms | Passed |
should_throw_AuthenticationServiceException_for_SignedJWT_when_in_heart_mode_and_auth_method_is_not_PRIVATE_KEY | 0 ms | Passed |
should_throw_AuthenticationServiceException_for_SignedJWT_when_invalid_algorithm_for_PRIVATE_KEY_auth_method | 0 ms | Passed |
should_throw_AuthenticationServiceException_for_SignedJWT_when_invalid_algorithm_for_SECRET_JWT_auth_method | 1 ms | Passed |
should_throw_AuthenticationServiceException_for_SignedJWT_when_invalid_signature | 0 ms | Passed |
should_throw_AuthenticationServiceException_for_SignedJWT_when_null_validator | 23 ms | Passed |
should_throw_AuthenticationServiceException_for_SignedJWT_when_signing_algorithms_do_not_match | 0 ms | Passed |
should_throw_AuthenticationServiceException_for_SignedJWT_when_unsupported_authentication_method_for_SignedJWT | 1 ms | Passed |
should_throw_AuthenticationServiceException_when_expired_jwt | 0 ms | Passed |
should_throw_AuthenticationServiceException_when_jwt_issued_in_future | 0 ms | Passed |
should_throw_AuthenticationServiceException_when_jwt_valid_in_future | 0 ms | Passed |
should_throw_AuthenticationServiceException_when_not_matching_issuer | 0 ms | Passed |
should_throw_AuthenticationServiceException_when_null_expiration_time | 0 ms | Passed |
should_throw_AuthenticationServiceException_when_null_issuer | 1 ms | Passed |
should_throw_AuthenticationServiceException_when_unmatching_audience | 0 ms | Passed |
should_throw_UsernameNotFoundException_when_clientService_throws_InvalidClientException | 1 ms | Passed |