REST API and SSO

Comments

1 comment

  • Gido

    Hello Jutta,

    It will somehow depend on your environment, SAML SSO implementation and Identity Provider (IDP), but in general it should be possible. 

    Our curl examples show mostly Basic Access Authentication which will not work in your case. The login process with SAML SSO will contain some redirects. So it will probably necessary to follow them and use some more calls. It will also be necessary to store cookies and/or responses and create appropriate headers for the next call.  

    I've found a post which explains the process more detailed. Just let us know if this is information is helpful for you. 

    0
    Comment actions Permalink

Please sign in to leave a comment.