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)

Reply via email to