General FAQs
The following detailed list of FAQs focuses on the Thredd Secure Framework and its components, and related topics. These components include Thredd Portal and Thredd CA.
Overview
What is the Secure Framework?
The Thredd Secure Framework is a combination of components that enable secure access to Thredd's resources using a common identity store. These include Thredd Portal, Thredd CA, and mTLS termination (for those clients using mTLS). It ensures secure communication and access control through features like mTLS, OAuth, and certificate-based authentication. For more information, see Thredd Secure Framework.
What is mTLS and how is it used in the Secure Framework?
mTLS (Mutual Transport Layer Security) is a security protocol used to establish trust between clients and servers.
- Transport Certificates issued by Thredd CA are used to establish secure connections.
- mTLS Termination requires on-premise infrastructure to establish Trust Chains to ensure certificates originate from legitimate sources.
- It is used in the External Host Interface (EHI) setup, and works in the background for the SOAP and REST API setups.
For more information about Mutual TLS, see Mutual TLS explained.
What is the role of Cloudentity in the Secure Framework?
Thredd previously used Cloudentity as a Software as a Service (SaaS) capability to act as an Identity Provider (IdP), OAuth OpenID Provider (OP), and Policy Decision Point (PDP). However, Thredd has enhanced its Secure Framework to allow clients to manage access to Thredd services via Thredd Portal. As a result, Thredd has phased out use of Cloudentity within the Thredd Secure Framework. For more information, see Thredd Secure Framework.
Can I still use or request a VPN setup?
No, Thredd does not support new VPN setups. You must connect securely to Thredd using the Secure Framework.
Certificates
What is Thredd CA, and what certificates does it provide?
Thredd CA is Thredd’s Certificate Authority responsible for creating and managing certificates. Users with an Admin role can request and revoke certificates from within Thredd Portal. It provides:
- Transport Certificates: For secure connections between resources.
- Root and Issuing Certificates: Bundled in the EHI Trust Chain, for verifying Transport Certificates in EHI setups that use mTLS.
What certificates are required for different Thredd applications?
The certificates required for various Thredd applications are as follows:
- REST API: Requires Transport Certificates for mTLS connections.
- SOAP Web Services: Requires only Transport Certificates.
- External Host Interface (EHI): Requires Root and Issuing Certificates (available in Thredd Trust Chain).
- Thredd Portal: Pre-installed Transport Certificates.
- Smart Client: Bundled Transport Certificates in the installer.
For more information, see the following sections that are related to requesting certificates in the Thredd Identity and Access Management Migration Guide:
Single Sign-On
How does SSO work in the Secure Framework?
SSO capabilities are provided through Thredd Portal, allowing federated authentication. This enables users to authenticate once and gain access to multiple Thredd resources instead of logging in separately for each service. You can also configure your own IdP provider for SSO.
See the following section within the Thredd Identity and Access Management Migration Guide: Setting up Single Sign-On access for users
External Host Interface
How do I migrate my EHIm (mTLS) setup?
You need a Server Certificate and the EHI Trust Chain to enable mTLS.
-
The Server Certificate is a certificate that you have obtained from a trusted Certificate Authority (CA) vendor, such as Verizon, Digicert, or Amazon Web Services.
-
The EHI Trust Chain is available from Thredd via Thredd Portal.
In the Thredd Secure Framework, you will no longer use certificates issued by Raidiam Connect, and must update your existing EHIm configuration.
For more information, see Migrating to Thredd-issued certificates for EHI with mTLS.
Postman Setup
How do I use Postman to test the Secure Framework?
Prerequisites
- Install Postman on your system.
- Create an application in Thredd Portal.
Main steps
-
Ensure that you have the necessary certificates generated and signed by the Thredd Certificate Authority (CA).
-
Add variables from Thredd CA to the variables section in the Postman collection. You can obtain this information from your application's details in Thredd Portal.
-
If using mTLS, add certificates for mTLS and repeat this process for all required hosts.
-
Set the variables in the Variables tab.
-
Check your settings and finish setting up.
-
Test making an API call using the Postman Collection.
For a full step-by-step guidance, see:
More information
Where can I find more information?
For more details, refer to the following resources:
- Connecting to the REST APIs — for connecting to Thredd API Hub and REST APIs over a secure connection
- API Hub website — API Reference and guides for Thredd's REST APIs
- Thredd Portal: Card and Transaction Management Guide
- External Interface (EHI) Guide (JSON)
- External Interface (EHI) Guide (XML)