Versions Compared

Key

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

...

Panel

Anchor
CSF Local authorization/authentication properties
CSF Local authorization/authentication properties

CSF Local authorization/authentication properties

  • local.mitroles:
    indent
    1
    1
    *Description*:  A csv string of application defined roles.
    *Usage*:  Optional.  Only to be used on developer workstations.  Do not use on servers.
    *Example:*:  local.mitroles=SSB_ADMIN,SSB_PAYMENT,SSB_REPORTS.
    
    indent
    1
    1
    *Dependencies*:  Will only be used if local.authentication=true.
    
  • local.mitroles.domain:
    indent
    1
    1
    *Description*:  A string containing the application defined ROLES DB 3 character catagory.
    *Usage*:  Optional.  Only to be used on developer workstations.  Do not use on servers.
    *Example:*:  local.mitroles.domain=SFS.
    
    indent
    1
    1
    *Dependencies*:  Will only be used if local.authentication=true.
    
  • local.mitroles.function:
    indent
    1
    1
    *Description*:  A string containing the application defined ROLES DB 3 character function.
    *Usage*:  Optional.  Only to be used on developer workstations.  Do not use on servers.
    *Example:*:  local.mitroles.function=SSB.
    
    indent
    1
    1
    *Dependencies*:  Will only be used if local.authentication=true.
    
  • local.authentication:
    indent
    1
    1
    *Description*:  A boolean value indicating whether or not TOUCHSTONE authentication is to be used.
    *Usage*:  Optional.  Required.
    *Example:*:  Only the boolean values *true* or *false* are allowed.
    
    indent
    2
    2
    When local.authentication=false:
    
    indent
    3
    3
    AuthenticationTouchstone will be doneused viato aauthenticate localthe dialog boxuser.  UserAlways willset bethis promptedvalue to *false* enterwhen the local.user.name and local.user.passworddeployed to a server.
    
    indent
    2
    2
    When local.authentication=true:
    
    indent
    3
    3
    TouchstoneAuthentication will be done usedvia toa authenticatelocal thedialog userbox.  AlwaysUser setwill thisbe valueprompted to *false*enter when deployed to a serverthe local.user.name and local.user.password.
    
    indent
    1
    1
    *Dependencies*:  None.
    

local.authentication=true
local.user.name = xxxxxxxx
local.user.password = yyyyyyyy

...