curl --request POST \
--url https://us.infisical.com/api/v1/sso/config \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"organizationId": "<string>",
"authProvider": "okta-saml",
"isActive": true,
"entryPoint": "<string>",
"issuer": "<string>",
"cert": "<string>"
}'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"isActive": true,
"lastUsed": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"authProvider": "<string>"
}
Create SAML config
curl --request POST \
--url https://us.infisical.com/api/v1/sso/config \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"organizationId": "<string>",
"authProvider": "okta-saml",
"isActive": true,
"entryPoint": "<string>",
"issuer": "<string>",
"cert": "<string>"
}'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"isActive": true,
"lastUsed": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"authProvider": "<string>"
}
An access token in Infisical
Default Response
The response is of type object
.
Was this page helpful?