Skip to main content

Create an authentication portal

POST 

/authentication-portals

Create a new authentication portal.

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

    authentication_profile string

    The authentication profile

    certificate_profile string

    The certificate profile

    gp_udp_port integer

    Possible values: >= 1 and <= 65535

    The UDP port for inbound authentication prompts

    idle_timer integer

    Possible values: >= 1 and <= 1440

    The idle timeout value (minutes)

    redirect_host stringrequired

    The authentication portal IP address or hostname

    tls_service_profile string

    The SSL/TLS service profile

    timer integer

    Possible values: >= 1 and <= 1440

Responses

Created

Loading...