SetSamlIdentityProvider

Set the Saml Identity Provider to use when login on to Nomadesk
Use the IdpMetadataURL or the IdpMetadataXML paramter, if the URL is provided the XML will be ignored

Can be configured at brand level or by the group manager

Authentication Methods


  1. With a username and password
Input Parameter Type Description
Token String security token
Enabled Boolean Enable or disable this identity provider
IdpMetadataURL String Public link to the idp metadata XML
IdpMetadataXML String The idp metadata, used in case there is no public url available, is ignored when an URL is passed
Output Parameter Type Description
Success Boolean True on success, False on failure

*required

CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=fheenvtavr3bfonar94fqf2bn0&Task=SetSamlIdentityProvider&Enabled=true&IdpMetadataURL=<URL>'
RESPONSE
<Response>
    <Status>1</Status>
    <Message></Message>
</Response>