Passer au contenu principal
GET
/
config
Get Configuration
curl --request GET \
  --url https://{tenantDomain}/my-org/config \
  --header 'Authorization: Bearer <token>'
{
  "allowed_strategies": [
    "adfs",
    "pingfederate"
  ],
  "connection_deletion_behavior": "allow"
}

Autorisations

Authorization
string
header
requis

The access token received from the authorization server in the OAuth 2.0 flow.

Réponse

Configuration successfully retrieved.

allowed_strategies
enum<string>[]

Array of supported strategies

The type of the identity provider

Options disponibles:
adfs,
google-apps,
oidc,
okta,
pingfederate,
samlp,
waad
connection_deletion_behavior
enum<string>

Specifies whether deletion of a connection is always allowed, or only when the connection has no associated users

Options disponibles:
allow,
allow_if_empty