Updated test

This commit is contained in:
Dario Ghunney Ware 2025-07-22 15:25:59 +01:00
parent 4a8b1054a1
commit edc6aab28b

View File

@ -2,8 +2,7 @@ package stirling.software.proprietary.security.model;
public enum AuthenticationType {
WEB,
SSO,
// TODO: Worth making a distinction between OAuth2 and SAML2?
@Deprecated(since = "1.0.2") SSO,
OAUTH2,
SAML2
}