samlidp_query
Query a SAML IdP configuration.
| Argument | Required | Description |
|---|---|---|
| entityid | yes | The entityid is used to globally identify an IdP or SP instance. |
|
format |
no |
The format of the output for the API: text, json or xml. The default is text. |
| callback | no | This only works with Direct APIs. This is a JavaScript function that should be called after the API is completed. This function will be called with the response of the API. Please note: It can only be used when requesting this API via AJAX request. More Information can be found here. |
Example:
servername/webadmin/api/samlidp_query.php?entityid=VALUE
Output:
OK:
idpname=>testidp
entityid=>https://samltest.id/saml/idp
comment=>
idpfirst=>0
idpfirsturl=>
ERROR: No IDP found by this entityid