Welp, this one was on me as expected...
I was passing the PrincipalCollection to:SimpleAuthenticationInfo(Object principal, Object credentials, String realmName)
instead of SimpleAuthenticationInfo(PrincipalCollection principals, Object credentials)
Welp, this one was on me as expected...
I was passing the PrincipalCollection to:SimpleAuthenticationInfo(Object principal, Object credentials, String realmName)
instead of SimpleAuthenticationInfo(PrincipalCollection principals, Object credentials)