DocumentationAgent Action Firewall

Microsoft Teams Integration

Integrate AI agent approvals into your Microsoft Teams workflow.

Features

  • Adaptive card notifications
  • One-click approval actions
  • Integration with Teams channels
  • Azure AD authentication

Setup

1. Install the App

  1. Go to Settings > Integrations
  2. Click "Add to Microsoft Teams"
  3. Sign in with your Microsoft account
  4. Grant required permissions

2. Add to Channel

  1. Open the channel for approvals
  2. Click + to add a tab or connector
  3. Search for "Agent Action Firewall"
  4. Configure notification settings

3. Configure Permissions

Map Azure AD groups to approver roles:

JSON
{
  "groups": {
    "security-team": "all_actions",
    "developers": "low_risk_only"
  }
}

Approval Cards

Actions requiring approval appear as adaptive cards with:

  • Action summary and risk level
  • Agent and tool details
  • Approve/Deny buttons
  • Expandable parameter details

Configuration Options

OptionDescription
channel_idTeams channel for notifications
mention_usersUsers to @ for critical actions
card_styleCompact or detailed card layout

Troubleshooting

  • Ensure the app has posting permissions in the channel
  • Check Azure AD group mappings are correct
  • Verify webhook URL is accessible

Next Steps