Create a mapper
Create a new claim/attribute mapper for an identity provider.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Body
A single IdP mapper for claim or attribute mapping.
Mapper name. For example, email-mapper.
Mapper type. For example, oidc-user-attribute-idp-mapper or saml-user-attribute-idp-mapper.
Mapper ID. It's set by Keycloak and omits on create.
Mapper config. It's keys vary by mapper types, such as syncMode, claim, or user.attribute.
Response
Mapper created.
A single IdP mapper for claim or attribute mapping.
Mapper name. For example, email-mapper.
Mapper type. For example, oidc-user-attribute-idp-mapper or saml-user-attribute-idp-mapper.
Mapper ID. It's set by Keycloak and omits on create.
Mapper config. It's keys vary by mapper types, such as syncMode, claim, or user.attribute.

