Skip to main content
Glama

mcp-keycloak

by idoyudha

regenerate_client_secret

Regenerate a client secret for a specific client in Keycloak. Provide the client's database ID and optional realm to generate a new secret for enhanced security and access management.

Instructions

Regenerate the client secret. Args: id: The client's database ID realm: Target realm (uses default if not specified) Returns: New client secret object

Input Schema

NameRequiredDescriptionDefault
idYes
realmNo

Input Schema (JSON Schema)

{ "properties": { "id": { "title": "Id", "type": "string" }, "realm": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Realm" } }, "required": [ "id" ], "title": "regenerate_client_secretArguments", "type": "object" }

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/idoyudha/mcp-keycloak'

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