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.

Responses

The mapping rule was created successfully.

Schema
    mappingKey int64

    The key of the created mapping rule.

    claimName string

    The name of the claim to map.

    claimValue string

    The value of the claim to map.

Loading...