Skip to main content
Glama
takleb3rry

Zitadel MCP

zitadel_create_oidc_app

Create an OIDC application in Zitadel to enable user authentication. Configure redirect URIs, response types, and grant types for secure login integration.

Instructions

Create a new OIDC application in a Zitadel project. Returns the Client ID (and Client Secret for confidential clients). Configure redirect URIs, response types, and grant types.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesThe project ID to create the app in
nameYesApplication name
redirectUrisYesOAuth redirect URIs (e.g., ["https://myapp.example.com/api/auth/callback/zitadel"])
postLogoutRedirectUrisNoPost-logout redirect URIs (optional)
appTypeNoApplication type (default: OIDC_APP_TYPE_WEB)
authMethodTypeNoAuth method. Use NONE for PKCE public clients (default: OIDC_AUTH_METHOD_TYPE_NONE)
devModeNoEnable dev mode to allow http:// redirect URIs (default: false)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/takleb3rry/zitadel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server