Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to Read a SAML Token from STS and Insert it Into a HTTP Header ?

A common scenario that an WSC must call out to a Security Token Service (STS) "off to the side" in order to get a SAML assertion issued. This SAML Assertion then usually inserted into the request, often as a HTTP header.
So, can we do it with Talend ? How ?
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi,
- Use Rest API to get the response from the server.
- Use the response and filter it as per your need an insert into the HTTP header during your programming.
Talend can give you the response generated from STS for particular user. This could be used and integrated with your existing program/project.
Thanks
Vaibhav
Anonymous
Not applicable
Author

I believe Talend can support passing of SAML assertions as Base64 encoded headers, specifically as part of the Authorization header, scheme: SAML
Cheers, Sergey