Ianum Advanced Services

Entity Ghost

This advanced service allows customers to use Ianum as GDPR compliant database for what concern personal data and consents. To use this service, it's required to disable the micro-service passwordless auth so the users can't use the Ianum app to complete the logins.

Create a new Entity Ghost

To create a new Entity Ghost, you need to know your gate id and you need to generate a connection id that is the id of the user in your system. Then you can make this API call

Create a new Entity Ghost

POST https://auth.{region}.ianum.com/v1_3/subscription

Create a new Entity Ghost for your gate.

Headers

NameTypeDescription

Authorization

string

Should be "Bearer XXXXX" where XXXXX is the token received from /oauth/token endpoint

Request Body

NameTypeDescription

idGate

string

The gate id for which you want to create the entity ghost

idConnection

string

The id of the user in your system

How to associate an Entity Ghost with a real Entity

It's a feature that is currently in development. It will allow a user that has downloaded the Ianum app to associate the entity ghost so he can see the personal data and and the consents managed by the website.

Last updated