Skip to main content

List all SAML server profiles

GET 

/sse/config/v1/saml-server-profiles

Retrieve a list of all SAML server profiles.

Request

Query Parameters

    limit number

    The maximum number of result objects to return per page.

    offset number

    The offset of the result entry.

    folder stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

    name string

    The name of the entry.

Responses

List of saml server profiles

Schema
    data object[]
  • Array [
  • certificate stringrequired

    Possible values: <= 63 characters

    entity_id string

    Possible values: non-empty and <= 1024 characters

    id string

    uuid of the resource

    max_clock_skew integer

    Possible values: >= 1 and <= 900

    slo_bindings string

    Possible values: [post, redirect]

    sso_bindings string

    Possible values: [post, redirect]

    sso_url string

    Possible values: non-empty and <= 255 characters

    validate_idp_certificate boolean
    want_auth_requests_signed boolean
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...