Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
devel:documentation:application_configuration:dev:backend [2020/06/11 20:13]
tomiskar [Entity filters]
devel:documentation:application_configuration:dev:backend [2020/06/15 11:13]
kopro [Authentication] ad information about DefaultAccMultipleSystemAuthenticator
Line 670: Line 670:
 idm.sec.security.auth.systemId= idm.sec.security.auth.systemId=
 </code> </code>
 +
 +Authentication against multiple system wich to user will be authenticated (since 10.4.0)
 +<code properties>
 +idm.sec.acc.security.auth.order1.systemId=
 +idm.sec.acc.security.auth.order2.systemId=
 +</code>
 +
 +Maximum system for authentication can be set with the property:
 +<code properties>
 +idm.sec.acc.security.auth.maximumSystemCount=50
 +</code>
 +
 +More about authenticator can be found [[devel:documentation:security:dev:authentication|there]].
  
 === Authentication filters === === Authentication filters ===
  • by chalupat