Skip to main content
GET
/
api
/
v1
/
sso
/
config
cURL
curl --request GET \
  --url https://us.infisical.com/api/v1/sso/config \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "organization": "<string>",
  "orgId": "<string>",
  "authProvider": "<string>",
  "isActive": true,
  "entryPoint": "<string>",
  "issuer": "<string>",
  "cert": "<string>",
  "lastUsed": "2023-11-07T05:31:56Z",
  "enableGroupSync": true
}

Authorizations

Authorization
string
header
required

An access token in Infisical

Query Parameters

organizationId
string
required

The ID of the organization to get the SAML config for.

Response

Default Response

id
string
required
organization
string
required
orgId
string
required
authProvider
string
required
isActive
boolean
required
entryPoint
string
required
issuer
string
required
cert
string
required
lastUsed
string<date-time> | null
enableGroupSync
boolean