Skip to main content

Create a SAML server profile

POST 

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

Create a SAML server profile.

Request

Query Parameters

    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.

Body

The saml server profile you want to create

    certificate stringrequired

    Possible values: <= 63 characters

    entity_id string

    Possible values: non-empty and <= 1024 characters

    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

Responses

Created

Loading...