How authentication works - Manual - Industrial Edge Platform - Industrial Edge - Industrial Edge - Documentation of the Industrial Edge Platform - IEM - Hub - Industrial - Device - IED - Edge - IEH

Industrial Edge Platform Operation - APIs & References

Portfolio
Industrial Edge
Product
Industrial Edge Platform
Edition
02/2025
Language
en-US (original)

The authentication process involves the following steps:

  1. Generate a token
    Generate a token through the Industrial Edge Device API as defined in the specifications.

  2. Use the token in requests
    Include the token in the request cookie. Below is an example of how to do this using curl:

curl 'https://<my-ip/dns>/<app-path>' --header 'Cookie: authToken="token"'