Prerequisites
Before you can integrate, you need a Kustodyan account with the Configuration role on the portal. Onboarding is invite-only; contact your Kustodyan representative to request access.
Configuration steps
Inside CoreAdmin (/coreadmin), the typical setup order is:
- Create a target for your application.
- Add a configuration to the target.
- Define data instances (class and property) for every field you want to protect.
- Build transformer sequences (for example, tokenize, or decrypt then mask).
- Define rights contexts that map evidence such as
Roleto allowed actions on each data instance. - Define processing contexts that map evidence such as
Action: ProtectandAction: Unprotectto transformer sequences. - Generate an API client (Global or context-scoped) for your configuration: click the three dots next to the configuration name, then create a client and download the
client_idandclient_secret.
Once that is in place you can authenticate and start calling the Transform API.