You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing Shiro authentication mechanism should be improved with the following features to enhance security:
Lock user account after providing an incorrect password a specific number of times in a given time window.
Allow custom realm implementations to provide a custom dao implementation to create/edit/retrieve user accounts. This is necessary to support using custom implementations which store user data such as LDAP and Active Directory.
Add support for user account pictures in the user service
The text was updated successfully, but these errors were encountered:
It is possible to register multiple shiro realms so that one can provide authentication and the other can provide authorization. This makes it possible to mix an ldap realm for identity and authentication and a local permission store for authorization.
This might remove the need to create a custom dao.
The existing Shiro authentication mechanism should be improved with the following features to enhance security:
The text was updated successfully, but these errors were encountered: