Skip to main content

Create an authentication profile

POST 

/sse/config/v1/authentication-profiles

Create an authentication 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 authentication profile you want to create

    allow_list string[]
    lockout object
    failed_attempts integer

    Possible values: <= 10

    lockout_time integer

    Possible values: <= 60

    method object
    oneOf
    local_database object
    multi_factor_auth object
    factors string[]
    mfa_enable boolean
    name stringrequired
    single_sign_on object
    kerberos_keytab string

    Possible values: <= 8192 characters

    realm string

    Possible values: <= 127 characters

    user_domain string

    Possible values: <= 63 characters

    username_modifier string

    Possible values: [%USERINPUT%, %USERINPUT%@%USERDOMAIN%, %USERDOMAIN%\\%USERINPUT%]

Responses

Created

Loading...