oauth

GiviKDev/oauth
★ 0 stars C# 🔒 Security Updated today
OAuth 2.1 facade middleware for ASP.NET Core. Bridges MCP servers with enterprise IdPs (Entra, Okta, Cognito)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "oauth": {
      "command": "npx",
      "args": [
        "-y",
        "GiviKDev/oauth"
      ]
    }
  }
}

README Excerpt

OAuth 2.1 facade for ASP.NET Core. Proxies authorization, token, and registration requests to an upstream identity provider while serving AS metadata (RFC 8414) locally. Bridges MCP servers with enterprise identity providers that don't support the full OAuth stack MCP requires (DCR, resource indicators).

Topics

aspnet-coreauthenticationdotnetentramcpoauth