REST API and SSO
How can I use the REST API if SAML SSO is enabled and local logon is disabled? Is it possible at all? Could you please provide a curl example for this case.
-
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.
Please sign in to leave a comment.
Comments
1 comment