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
Previous revision
Next revision Both sides next revision
devel:documentation:application_configuration:dev:backend [2020/06/15 11:13]
kopro [Authentication] ad information about DefaultAccMultipleSystemAuthenticator
devel:documentation:application_configuration:dev:backend [2020/07/07 10:14]
svandav
Line 80: Line 80:
 # default form can be disabled => at least one configured form projection is needed # default form can be disabled => at least one configured form projection is needed
 idm.pub.app.show.identity.formProjection.default=true idm.pub.app.show.identity.formProjection.default=true
 +# If is true, then role-request description will be show on the detail.
 +# Description will hidden if this property will be false and role request
 +# doesn't contains any value in description (can be filled during the approval process).
 +idm.pub.app.show.roleRequest.description=true
 # #
 # Private properties - used on backend only. # Private properties - used on backend only.
Line 665: Line 669:
  
 ==== Authentication ==== ==== Authentication ====
-UUID of system, against which to user will be authenticated.+UUID of system, against which to user will be authenticated. This authentication is from version 10.4.0 deprecated.
 <code properties> <code properties>
 # ID system against which to authenticate # ID system against which to authenticate
Line 671: Line 675:
 </code> </code>
  
-Authentication against multiple system wich to user will be authenticated (since 10.4.0)+Authentication against multiple system wich to user will be authenticated (since 10.4.0) - ID or Code can be used:
 <code properties> <code properties>
-idm.sec.acc.security.auth.order1.systemId+idm.sec.acc.security.auth.order1.system
-idm.sec.acc.security.auth.order2.systemId=+idm.sec.acc.security.auth.order2.system=
 </code> </code>
  
  • by chalupat