AWS amazonq documentation change
Summary
Reorganized authentication types to emphasize security hierarchy, prioritized Azure AD App-Only as the preferred method, and updated IdP reference to Microsoft Entra ID.
Security assessment
The changes improve security documentation by explicitly ranking authentication methods by security level and promoting more secure options. However, this appears to be routine guidance improvement rather than addressing a specific security incident.
Diff
diff --git a/amazonq/latest/qbusiness-ug/sharepoint-cloud-overview.md index 4ba5854d9..fc759f004 100644 --- a/amazonq/latest/qbusiness-ug/sharepoint-cloud-overview.md +++ b/amazonq/latest/qbusiness-ug/sharepoint-cloud-overview.md @@ -11 +11 @@ Category | Feature | Support -**Security** | **Authentication type** | +**Security** | **Authentication type** | In order from most to least secure authentication type: @@ -13,3 +13 @@ Category | Feature | Support - * Basic - * OAuth 2.0 with Resource Owner Password Flow - * Azure AD App-Only (OAuth 2.0 Certificate) + * Azure AD App-Only (OAuth 2.0 Certificate) (This is the preferred method of connection) @@ -16,0 +15,2 @@ Category | Feature | Support + * OAuth 2.0 with Resource Owner Password Flow + * Basic authentication @@ -19,14 +19 @@ Category | Feature | Support -**Authentication credentials** | **Basic** - - * SharePoint (Online) admin username - * SharePoint (Online) admin password - -**OAuth 2.0 with Resource Owner Password Flow** - - * SharePoint Tenant ID - * SharePoint admin username - * SharePoint admin password - * Client ID - * Client secret - -**Azure App-Only (OAuth 2.0 Certificate)** +**Authentication credentials** | **Azure App-Only (OAuth 2.0 Certificate)** @@ -46,0 +34,13 @@ Category | Feature | Support +**OAuth 2.0 with Resource Owner Password Flow** + + * SharePoint Tenant ID + * SharePoint admin username + * SharePoint admin password + * Client ID + * Client secret + +**Basic** + + * SharePoint (Online) admin username + * SharePoint (Online) admin password + @@ -49 +49 @@ Category | Feature | Support -**Integration with Identity Provider (IdP)** | Yes. Azure AD. +**Integration with Identity Provider (IdP)** | Yes. Microsoft Entra ID (formerly Azure AD).