Attribute Mapping Tool
Map source identity attributes to a target-system JSON shape with explicit defaults.
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.