I am currently building an automation workflow in Amazon Q Business (us-east-1) and I am unable to successfully configure the Microsoft Teams/Outlook Action Connector.
When attempting to save the configuration using Service-to-Service OAuth (Service Authentication), the process fails.
The Error: The UI displays a generic failure, but the network response/console returns the following:
JSON
{
"Message": "Access denied during the operation. Please check your permissions",
"RequestId": "0a05202a-788b-4f65-a66f-eeaec9ee530e"
}
Configuration Details:
-
Region: us-east-1
-
Auth Method: Service-to-service OAuth (Client Credentials)
-
Identity Provider: Microsoft Entra ID (Azure AD)
-
URLs used: * Token:
https://login.microsoftonline.com/[Tenant_ID]/oauth2/v2.0/token- Base:
https://graph.microsoft.com/v1.0
- Base:
-
Scope:
https://graph.microsoft.com/.default
It seems like there is an internal failure when Amazon Q tries to validate the connection or store the secret. Has anyone encountered this “Access Denied” error during the initial connector setup? Is there a specific IAM service-linked role or Secrets Manager permission required that might be missing?
Any guidance would be appreciated!