I am trying to get authentication to work in WildFly 10 using two partitions, one with LDAP and one with JPA. I dont understand how to @Inject the identity when there is more than one partition, so can call identity.login(). The multi-tenancy quickstart wasnt much help in this regard. Anyone have this working?