Configuration

Before start

After successful installation and connection of the ID Provider Service, a table with two columns is created in the ID Provider database. In this table, a new entry should be added for each consuming Celonis Process Management instance.

Use the following statement and replace the colored fields with your data:

Copy
Copied
insert into `enter ID Provider Name`.Subscribers (subscriber, token)
values (NEWID (),`enter desired token name`)

Note the name of your token from the database and the URL for your ID provider services. For example, if you install the service under IDProvider and create the token named myToken, the script would look like this:

Copy
Copied
insert into IDProvider.Subscribers (subscriber, token) values (NEWID
(),'myToken')

URL = URL of the deployed app service. Example: https://IDProvider.com/

Token = myToken