Installing Security Token Services - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Linux
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
Available in...

Data Fabric

Data Services Platform

ESB

MDM Platform

Real-Time Big Data Platform

An informal description of a Security Token Service is that it is a web service that offers some or all of the following services (among others):
  • It can issue a Security Token of some sort based on presented or configured credentials.
  • It can say whether a given Security Token is valid or not.
  • It can renew (extend the validity of) a given Security Token.
  • It can cancel (remove the validity of) a given Security Token.
  • It can transform a given Security Token into a Security Token of a different sort.
Offloading this capability to another service greatly simplifies client and service provider capabilities, as they can simply call the STS appropriately rather than having to handle the security processing logic themselves. For example, the WSDL of a service provider might state that a particular type of security token is required to access the service. Then:
  1. A client of the service can ask an STS for a Security Token of that particular type, which is then sent to the service provider.
  2. The service provider can choose to validate the received token locally, or dispatch the token to an STS for validation.
These are the two most common use cases of an STS.