Skip to main content

Get Auth Org Session Configuration.

GET 

/auth-org/session-config

This API returns the details of an org's session auth configuration.

Responses

Session configuration for the tenant's auth org.

Schema

    maxIdleTime int32

    The maximum time in minutes a session can be idle.

    rememberMe boolean

    Denotes if 'remember me' is enabled.

    maxSessionTime int32

    The maximum allowable session time in minutes.

Loading...