Authentication documentation

Where is the API-documentation?

You can find the matching documentation on the docs endpoint of your instance.

https://<yourcompany>.fidentity.ch/docs

Where can I get the clientID and clientSecret?

To obtain your client ID and secret, follow these steps:

  • Sign in to the fidentity dashboard at https://<yourcompany>.fidentity.ch/dashboard

  • Go to User Management

  • Click “Generate API Key” to obtain your client ID and secret. Remember to store them safely as they are only displayed once. If you lose them, you’ll need to regenerate a new API key and the old one will be overwritten. This step only needs to be performed once.

You can use these credentials to create access tokens on the /authenticate endpoint. You only need to regenerate the access token once it expires, not for each new process.

Last updated