Skip to main content

Edit a saml server profile

PUT 

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

Modify a saml server profile.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Body

The saml server profile you want to edit

    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

Ok

Loading...