SMART Authorization
The SMART Authorization configuration category includes the following configurable options:
Allowed Audience List
Email From Address
Enforce Approved Scopes to Restrict Permissions
Scopes Supported
|
Allowed Audience List |
|
|
STRING | |
Space-separated list of allowed resource URLs as the 'audience' parameter during authentication flow. If left empty, no validation is performed. | |
|
|
(no default) | |
|
|
Email From Address |
|
|
STRING | |
Forgotten password related emails will be sent from this email address. | |
|
|
noreply@unknown.com
|
|
|
|
Enforce Approved Scopes to Restrict Permissions |
|
|
BOOLEAN | |
When enabled, permission will be stripped from a user's session if they are not supported by an approved SMART on FHIR scope. For example, any FHIR write permissions will be removed from a session if the user has not approved (or a client is set to auto-approve) a scope such as Patient/*.write .
|
|
|
|
true
|
|
|
|
Scopes Supported |
|
|
STRING | |
A space separated list of scopes to advertise as supported in the .well-known/smart-configuration | |
|
|
openid fhirUser
|
|
|