48665d988913958534e143b8236b68df11d009ff
wiki/info/landscape/usermanagement.md
| ... | ... | @@ -80,6 +80,8 @@ securityManager.sessionManager.sessionDAO = $sessionDAO |
| 80 | 80 | |
| 81 | 81 | cacheManager = com.sap.sse.security.SessionCacheManager |
| 82 | 82 | securityManager.cacheManager = $cacheManager |
| 83 | +authenticationStrategy = com.sap.sse.security.AtLeastOneSuccessfulStrategyWithLockingAndBanning |
|
| 84 | +securityManager.authenticator.authenticationStrategy = $authenticationStrategy |
|
| 83 | 85 | |
| 84 | 86 | [urls] |
| 85 | 87 | /security/ui/UserManagement.html = roles[admin] |