I am on cloud with SAML Authentication ON , can I still invoke my Web API from the third party application using the basic Auth or should I be getting a SAML token and then invoke the Web API ?
How does the Web API Authentication works in case of SAML ?
Discussion posts and replies are publicly visible
SAML is not made for API calls but for browser based user authentication. Currently your options are basic auth and API keys. oAuth for incoming API calls is requested at Appian.
This is what I currently know. Maybe others can add to that.