create-client-scope-protocol-mapper
Creates a protocol mapper for a Keycloak client scope, defining how claims are mapped into tokens for OpenID Connect and other protocols.
Instructions
Create a protocol mapper for a client scope
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Protocol mapper name | |
| realm | Yes | Realm name | |
| config | No | Protocol mapper configuration | |
| protocol | Yes | Protocol (e.g., openid-connect) | |
| clientScopeId | Yes | Client scope ID | |
| protocolMapper | Yes | Protocol mapper type |