jmix-framework / jmix-docs

Documentation for Jmix framework
https://www.jmix.io
Creative Commons Attribution 4.0 International
17 stars 40 forks source link

Note that system authencation with real user is now impossible if users are not stored in database #756

Open knstvk opened 1 month ago

knstvk commented 1 month ago

It can be when OIDC or LDAP is used. SystemAuthenticationProvider uses UserRepository which is a sublclass of AbstractDatabaseUserRepository by default.