Skip to content

Add Cisco Duo auth provider support#1029

Merged
emmithood merged 3 commits into
mainfrom
docs/cisco-duo-auth-provider
Jun 24, 2026
Merged

Add Cisco Duo auth provider support#1029
emmithood merged 3 commits into
mainfrom
docs/cisco-duo-auth-provider

Conversation

@avoguru

@avoguru avoguru commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

What

Adds a Cisco Duo auth provider reference page at references/auth-providers/cisco-duo.

Cisco Duo's OAuth/OIDC endpoints are per-tenant (sso-<tenant>.sso.duosecurity.com/oauth2/<app_id>), so — like Salesforce and Zendesk — Duo is documented as a custom OAuth 2.0 provider. No engine / well-known-provider change is required. The page is modeled on the Salesforce page and follows the repo's authoring conventions.

Contents

  • Create a Cisco Duo OIDC application (scopes, Confidential client scopes, Access Policy, MFA)
  • Get your per-tenant Duo issuer URL
  • Configure the provider via the Dashboard Custom Provider tab (PKCE S256)
  • Use Cisco Duo from an agentic client: deploy a Duo-protected MCP server, connect via an MCP gateway, call a tool (Duo sign-in + Duo Push)
  • Build your own Duo-authorized tools (defers to the create-tool-auth and build-mcp-server guides)
  • Positioning: Duo as the central policy layer; Arcade enforces those policies in real time across tool calls

Notes

  • Three Dashboard/agent screenshots added under public/images/auth-providers/cisco-duo/
  • Auto-appears in the Auth Providers nav (no _meta.tsx change; check-meta passes)
  • Verified rendering locally (HTTP 200)

🤖 Generated with Claude Code

Add a Cisco Duo auth provider reference page documenting Duo as a custom OAuth 2.0 provider (no engine change), how to use it from an agentic client via an Arcade MCP gateway, and how to build Duo-authorized tools. Modeled on the Salesforce per-tenant provider page; includes three Dashboard/agent screenshots.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jun 24, 2026 1:28am

Request Review

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@emmithood emmithood merged commit 969be7b into main Jun 24, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants