Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TBD by Sergiu MorarSebastian Lucaciu

 

Security settings

Anchor
HybridRealm
HybridRealm
HybridRealm

Overview

Image Added

Configuration

In order to use HybridRealm as the authentication provider of spring.security, the following configuration settings must be set:

Code Block
languageapplescript
titleoeablSecurity.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

...