Skip to main content
Version: Next

Create mapping rule

POST 

/mapping-rules

Create a new mapping rule

Request

Body

    claimName stringrequired

    The name of the claim to map.

    claimValue stringrequired

    The value of the claim to map.

    name stringrequired

    The name of the mapping.

Responses

The mapping rule was created successfully.

Schema
    claimName string

    The name of the claim to map.

    claimValue string

    The value of the claim to map.

    name string

    The name of the mapping.

    mappingKey string

    The key of the created mapping rule.

Loading...