Authentication on TS Archive
Overview​
Authentication on TS Archive is integrated with the TS ID standard authentication system, which is unified across all TeamSystem products and services.
For a comprehensive understanding of the TeamSystem ecosystem and platform integration, please refer to the TS One Platform Integration documentation.
Authentication Method​
The TS Archive service uses JWT token-based authentication through the standard TeamSystem authentication procedure. This is the only supported authentication method for all current APIs and services.
How to Authenticate​
To authenticate and interact with the TS Archive APIs, you need to:
- Obtain application credentials from the TeamSystem portal
- Use these credentials (key and secret pair) to acquire a JWT token
- Include the JWT token in your API requests
The credentials, once configured in your application, do not require maintenance and can be used continuously.
Detailed Authentication Documentation​
Follow the complete authentication and authorization guide available at:
https://digital-docs.ts-paas.com/books/autenticazione-e-autorizzazione
This guide provides step-by-step instructions for:
- Obtaining application credentials
- Generating JWT tokens
- Using tokens in API calls
- Managing token expiration and renewal
Legacy Authentication Methods​
For information about obsolete WCF/SOAP authentication methods, please refer to the Obsolete APIs section.