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"
}

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

200
application/json

Default Response

The response is of type object.