Smile CDR v2024.05.PRE
On this page:
   45.124    SMART Callback Script 45.126    SMART Login Skin   

45.125.1Cross-Organizational Data Access Profile

 

The Cross-Organizational Data Access Profile configuration category includes the following configurable options:

  • CODAP Authorization Script (File)

  • CODAP Authorization Script (Text)

  • Enable Cross-Organization Data Access Profile

45.125.2Property: CODAP Authorization Script (File)

 
Property Name CODAP Authorization Script (File)
Property Key
Property Type Resource Path
Description When using CODAP, a callback script must be provided. This script is used to assess the incoming identity assertion and provide the appropriate authorization. Values should be prefixed with file: or classpath:.
Applies to Modules
  • SMART Outbound Security
Default Value (no default)
Example Property
module.[MODULE_ID].config.codap.auth_script.file = 

45.125.3Property: CODAP Authorization Script (Text)

 
Property Name CODAP Authorization Script (Text)
Property Key
Property Type JAVASCRIPT
Description When using CODAP, a callback script must be provided. This script is used to assess the incoming identity assertion and provide the appropriate authorization.
Applies to Modules
  • SMART Outbound Security
Default Value (no default)
Example Property
module.[MODULE_ID].config.codap.auth_script.text = 

45.125.4Property: Enable Cross-Organization Data Access Profile

 
Property Name Enable Cross-Organization Data Access Profile
Property Key
Property Type BOOLEAN
Description If enabled, this module will support the use of the Cross-Organization Data Access Profile (CODAP).
Applies to Modules
  • SMART Outbound Security
Default Value false
Example Property
module.[MODULE_ID].config.codap.enabled = false
   45.124    SMART Callback Script 45.126    SMART Login Skin