How to implement REST call with SAML authentication

0
I need to implement a REST API call with a back-end system, but I need to authenticate using SAML. How do I do that? The native connectors currently only support HTTP authentication
asked
1 answers
1

What service are you calling? Does it have documentation describing how to handle SAML authentication? Most REST APIs using SAML require you to provide a SAML token either as a URL parameter or a http header.

answered