Smile CDR v2023.08.PRE
On this page:
   41.110    OAuth2/OIDC Federation 41.112    Cross-Organizational Data Access Profile   

41.111SMART Callback Script

 

The SMART Callback Script configuration category includes the following configurable options:

  • Post Authorization Script (File)

  • Post Authorization Script (Text)

41.111.1Property: Post Authorization Script (File)

 
Property Name Post Authorization Script (File)
Property Key
Property Type Resource Path
Description If supplied, provides a script that will be invoked after various authorization flows complete. See SMART Callback Script for details on how this script works. Values should be prefixed with file: or classpath:.
Applies to Modules
  • SMART Outbound Security
Default Value (no default)
Example Property
module.[MODULE_ID].config.post_authorize_script.file = 

41.111.2Property: Post Authorization Script (Text)

 
Property Name Post Authorization Script (Text)
Property Key
Property Type JAVASCRIPT
Description If supplied, provides a script that will be invoked after various authorization flows complete. See SMART Callback Script for details on how this script works.
Applies to Modules
  • SMART Outbound Security
Default Value (no default)
Example Property
module.[MODULE_ID].config.post_authorize_script.text = 
   41.110    OAuth2/OIDC Federation 41.112    Cross-Organizational Data Access Profile