Token Authentication
How to send data using token based authentication.
As an alternative to using SSL certificates for authentication when sending data to the /datafeed endpoint, you can use a
JSON Web Token
Token
Typically refers to an authentication token that may be used for user authentication. A Stroom API Key is a form of authentication token.Click to see more details....
Using a token for authentication requires that Stroom or Stroom-Proxy have been configured with identityProviderType set to EXTERNAL_IDP (see External IDP for details on the configuration for an external IDP and how to generate a token).
To attach a token to the request you just need to set the HTTP header Authorization with a value of the form
Bearer YOUR_TOKEN_GOES_HERE
Last modified April 24, 2026: Fill in 7.12 upgrade notes (597c57e)