Talend Service Activity Monitoring REST service security scenarios - 7.3

Talend ESB Infrastructure Services Configuration Guide

Version
7.3
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Design and Development
Installation and Upgrade
Last publication date
2023-12-26

Two approaches for service security are used in Talend ESB Service Activity Monitoring REST service: Basic and SAML.

  • Basic scenario is a security scenario which is based on Username and Password credentials which is adding as HTTP header to the request:

    Authorization: Basic a2FyYWY6a2FyYWY=

    The verification on the service endpoint side uses a JAAS filter to check and verify the provided credentials.

  • SAML scenario is a security scenario which is based on a SAML token requested from the Security Token Service service which is adding to request, as an HTTP header:

    Authorization: SAML a2FyYWYa2FyYWY6a2FyYWYa2FyYWY6a2FyYWY=

    The verification on the service endpoint side uses the validation of SAML token.