create-protocol-mapper
Create a Keycloak protocol mapper to configure JWT organization claims for a client.
Instructions
Create a protocol mapper for a client (CRITICAL for JWT organization claims)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Protocol mapper name | |
| realm | Yes | Realm name | |
| config | No | Protocol mapper configuration | |
| clientId | Yes | Client ID | |
| protocol | Yes | Protocol (e.g., openid-connect) | |
| protocolMapper | Yes | Protocol mapper type (e.g., oidc-group-membership-mapper) |