T1C-JS Guide (v2)
Search…
v2.4.1
Introduction
Core
Introduction
Concepts
What's new in v2
Migration Guide [v1 -> v2]
Source Code
Backward Compatibility
Overview Client API
Client Configuration
GCL Configuration
Core Services
Citrix
Consent
Generic Interface
Status codes
Upgrade Guide
Troubleshooting
Containers
eID
Payment
PKCS
PKI
Token
Transport
Other
Powered By
GitBook
Backward Compatibility
Overview of the compatibility between v1 - v2 of T1C-GCL and T1C-JS
​
T1C-GCL v1.x
T1C-GCL v2.x
T1C-JS v1.x
OK
OK, will use v1 fallback endpoint, only v1.2.5 functionality available
T1C-JS v2.x
NOK, will return error during initialisation until T1C-GCL upgraded to v2.x
OK
​
Initialising JS v2.x with an installed GCL v1.x will result in the following error:
1
new RestException(400, '301',
2
'Installed GCL version is not v2 compatible. Please update to a compatible version.', client)
Copied!
HTTP status code: 400 Bad Request
Error code: 301
Error message: 'Installed GCL version is not v2 compatible. Please update to a compatible version.'
Attached to the error is a minimal client, which can be used to download a compatible GCL version.
Core - Previous
Source Code
Next - Core
Overview Client API
Last modified
4yr ago
Copy link