AWS amazon-mq documentation change
Summary
Added HTTP authentication section describing centralized user management via external HTTP servers.
Security assessment
Documents authentication security feature without evidence of vulnerability remediation. Consistent with other HTTP auth additions.
Diff
diff --git a/amazon-mq/latest/developer-guide/security-broker-auth-ref.md b/amazon-mq/latest/developer-guide/security-broker-auth-ref.md index f3ab6ced3..df9e6fd59 100644 --- a//amazon-mq/latest/developer-guide/security-broker-auth-ref.md +++ b//amazon-mq/latest/developer-guide/security-broker-auth-ref.md @@ -38,0 +39,4 @@ In this method, broker users and their permissions are managed by an external LD +### HTTP authentication and authorization + +In this method, broker users and their permissions are managed by an external HTTP server. User authentication and resource permissions are centralized through the HTTP server, allowing users to access RabbitMQ using their own Authentication and Authorization provider. For more information about this method, see [HTTP authentication and authorization](./http-for-amq-for-rabbitmq.html). +