Smile CDR v2024.08.PRE
On this page:
   46.122    Inbound SMART on FHIR Authentication 46.124    OAuth2/OIDC Federation   

46.123.1Inbound SMART on FHIR Endpoints

 

The Inbound SMART on FHIR Endpoints configuration category includes the following configurable options:

  • Authorization Endpoint

  • Introspection Endpoint

  • Management Endpoint

  • Revocation Endpoint

  • Token Endpoint

46.123.2Property: Authorization Endpoint

 
Property Name Authorization Endpoint
Property Key
Property Type STRING
Description If set, this URL specifies the OAuth2 authorization endpoint associated with this server. This setting has no effect on the operation of the security module but will be provided to FHIR endpoints that are secured using this module in order for them to expose this endpoint in their conformance statement.
Applies to Modules
  • SMART Inbound Security
Default Value (no default)
Example Property
module.[MODULE_ID].config.authorization_endpoint = 

46.123.3Property: Introspection Endpoint

 
Property Name Introspection Endpoint
Property Key
Property Type STRING
Description This URL specifies the OAuth2 introspection endpoint associated with this server. This setting has no effect on the operation of the security module but will be provided to FHIR endpoints that are secured using this module in order for them to expose this endpoint in their conformance statement.
Applies to Modules
  • SMART Inbound Security
Default Value (no default)
Example Property
module.[MODULE_ID].config.introspection_endpoint = 

46.123.4Property: Management Endpoint

 
Property Name Management Endpoint
Property Key
Property Type STRING
Description This URL specifies the OAuth2 management endpoint associated with this server. This setting has no effect on the operation of the security module but will be provided to FHIR endpoints that are secured using this module in order for them to expose this endpoint in their conformance statement.
Applies to Modules
  • SMART Inbound Security
Default Value (no default)
Example Property
module.[MODULE_ID].config.management_endpoint = 

46.123.5Property: Revocation Endpoint

 
Property Name Revocation Endpoint
Property Key
Property Type STRING
Description This URL specifies the OAuth2 revocation endpoint associated with this server. This setting has no effect on the operation of the security module but will be provided to FHIR endpoints that are secured using this module in order for them to expose this endpoint in their conformance statement.
Applies to Modules
  • SMART Inbound Security
Default Value (no default)
Example Property
module.[MODULE_ID].config.revocation_endpoint = 

46.123.6Property: Token Endpoint

 
Property Name Token Endpoint
Property Key
Property Type STRING
Description If set, this URL specifies the OAuth2 token endpoint associated with this server. This setting has no effect on the operation of the security module but will be provided to FHIR endpoints that are secured using this module in order for them to expose this endpoint in their conformance statement.
Applies to Modules
  • SMART Inbound Security
Default Value (no default)
Example Property
module.[MODULE_ID].config.token_endpoint = 
   46.122    Inbound SMART on FHIR Authentication 46.124    OAuth2/OIDC Federation