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 }
Get SAML config
An access token in Infisical
The ID of the organization to get the SAML config for.
Default Response
Was this page helpful?