...
TBD by Sergiu Morar / Sebastian Lucaciu
Security settings
HybridRealmOverview
Image Added
Configuration
In order to use HybridRealm as the authentication provider of spring.security, the following configuration settings must be set:
Code Block |
---|
language | applescript |
---|
title | oeablSecurity.properties |
---|
|
http.all.authmanager=oerealm # Authentication manager to use, in our case: oerealm
??
client.login.model=form # Authentication model to use, in our case: form
??
OERealm.UserDetails.realmClass=Akioma.Security.HybridRealm # HybridRealm class to use, in our case: Akioma.Security.HybridRealm
??
?? |
Anchor |
---|
| AllowedAuthentication |
---|
| AllowedAuthentication |
---|
|
Enable/Disable authentication methods
...