Skip to main content

Create an authentication sequence

POST 

/authentication-sequences

Create a new authentication sequence.

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 authentication sequence

    authentication_profiles string[]

    An ordered list of authentication profiles

    use_domain_find_profile boolean

    Default value: true

    Use domain to determine authentication profile?

Responses

Created

Loading...