Skip to main content

Create a SAML server profile

POST 

/saml-server-profiles

Create a new SAML server profile.

Request

Body

Created

    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    name stringrequired

    The name of the SAML server profile

    certificate stringrequired

    Possible values: <= 63 characters

    The identity provider certificate

    entity_id stringrequired

    Possible values: non-empty and <= 1024 characters

    The identity provider ID

    max_clock_skew integer

    Possible values: >= 1 and <= 900

    Maxiumum clock skew

    slo_bindings

    Possible values: [post, redirect]

    SAML HTTP binding for SLO requests to the identity provider

    sso_bindings required

    Possible values: [post, redirect]

    SAML HTTP binding for SSO requests to the identity provider

    sso_url stringrequired

    Possible values: non-empty and <= 255 characters

    Identity provider SSO URL

    validate_idp_certificate boolean

    Validate the identity provider certificate?

    want_auth_requests_signed boolean

    Sign SAML message to the identity provider?

Responses

Created

Loading...