Tools

Attribute Mapping Tool

Map source identity attributes to a target-system JSON shape with explicit defaults.

Dot notation reads nested source values and writes nested target values.
Source identity JSONOne identity object
Target-system JSONMapped locally
{
  "userName": "jsmith",
  "name": {
    "givenName": "Jane"
  },
  "emails": [
    {
      "value": "jsmith@example.com"
    }
  ]
}
Mapping rulesSource → target

Private by design

Nothing is uploaded, logged, or saved. Avoid pasting live secrets into shared screens.