Smile CDR v2024.08.PRE
On this page:
   46.125    SMART Callback Script 46.127    SMART Login Skin   

46.126.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

46.126.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 = 

46.126.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 = 

46.126.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
   46.125    SMART Callback Script 46.127    SMART Login Skin