AWS healthlake documentation change
Summary
Added documentation about updating SMART on FHIR identity provider configurations after datastore creation using UpdateFHIRDatastore API.
Security assessment
The change documents how to update security-related configurations (authorization servers and token validation) but doesn't indicate any specific security issue being addressed.
Diff
diff --git a/healthlake/latest/devguide/reference-smart-on-fhir.md b/healthlake/latest/devguide/reference-smart-on-fhir.md index 25acd50bd..f9d896210 100644 --- a//healthlake/latest/devguide/reference-smart-on-fhir.md +++ b//healthlake/latest/devguide/reference-smart-on-fhir.md @@ -25,0 +26,2 @@ You can create a SMART on FHIR enabled data store using the AWS CLI or AWS SDKs. +After you create a SMART on FHIR enabled data store, you can update its identity provider configuration—including the authorization server metadata, the token validation Lambda function, and the authorization strategy—by using `UpdateFHIRDatastore`. For more information, see [Updating a HealthLake data store](./managing-data-stores-update.html). +