Skip to content

History Service integration with an Identity Provider

The History Service uses the Identity Provider to handle authentication. An example of how to use the IDP is described here.

Every endpoint of History Service requires an authorization token to be provided with the request. The token then is validated against the identity provider in order to retrieve the user's information.

To set up the integration, environment variable IDP_BASE_URL should point to appropriate Identity Provider instance. That's all configuration required to set up the integration. Check project documentation for the details.

Please, check the information about history demonstration page for an example of application using History Service and Identity Provider.