Skip to main content

Get security network configuration.

GET 

/auth-org/network-config

This API returns the details of an org's network auth configuration. Requires security scope of: 'sp:auth-org:read'

Request

Responses

Network configuration for the tenant's auth org.

Schema
    range string[]nullable

    The collection of ip ranges.

    geolocation string[]nullable

    The collection of country codes.

    whitelisted boolean

    Default value: false

    Denotes whether the provided lists are whitelisted or blacklisted for geo location.

Loading...