jmix-docs
jmix-docs copied to clipboard
Note that system authencation with real user is now impossible if users are not stored in database
It can be when OIDC or LDAP is used.
SystemAuthenticationProvider
uses UserRepository
which is a sublclass of AbstractDatabaseUserRepository
by default.