59.3    Initial appSphere Seeding 59.5    Auth: General for APIs   

59.146.1Authentication Callback Scripts

 

The Authentication Callback Scripts configuration category includes the following configurable options:

  • Authentication Callback Script (File)

  • Authentication Callback Script (Text)

59.146.2Property: Authentication Callback Script (File)

 
Property Name Authentication Callback Script (File)
Property Key
Property Type Resource Path
Description If set, supplies a callback function that will be executed after a successful authentication. This script can modify permissions, enhance the returned login details, or even reject the authentication. See Callback Scripts for more information. Values should be prefixed with file: or classpath:.
Applies to Modules
Default Value (no default)
Example Property
module.[MODULE_ID].config.callback_script.file = 

59.146.3Property: Authentication Callback Script (Text)

 
Property Name Authentication Callback Script (Text)
Property Key
Property Type JAVASCRIPT
Description If set, supplies a callback function that will be executed after a successful authentication. This script can modify permissions, enhance the returned login details, or even reject the authentication. See Callback Scripts for more information.
Applies to Modules
Default Value (no default)
Example Property
module.[MODULE_ID].config.callback_script.text = 
   59.3    Initial appSphere Seeding 59.5    Auth: General for APIs