provider Certificates POST /sso/certificates
@utdk/sendgrid /sso/certificates
Create an SSO Certificate
**This endpoint allows you to create an SSO certificate.**

Try it

Authentication
Configure credentials for Email Activity (beta)
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

postSsoCertificates
POST/sso/certificates
**This endpoint allows you to create an SSO certificate.**

Input

Indicates if the certificate is enabled.

required

An ID that matches a certificate to a specific IdP integration. This is the `id` returned by the "Get All SSO Integrations" endpoint.

required

This public certificate allows SendGrid to verify that SAML requests it receives are signed by an IdP that it recognizes.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sendgrid from '@utdk/sendgrid';

await sendgrid.postSsoCertificates()