Skip to main content

providers_saml_metadata_retrieve

GET 

/api/v3//providers/saml/:id/metadata/

Return metadata as XML string

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this SAML Provider.

Query Parameters

    download boolean
    force_binding string

    Possible values: [urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST, urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect]

    Optionally force the metadata to only include one binding.

Responses

Schema

    metadata stringrequired
    download_url stringrequired
curl -L '/api/v3/providers/saml/:id/metadata/' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
/api/v3
Auth
Parameters
— pathrequired
— query
— query