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)
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.

Configure credentials above to enable sending.

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

TypeScript

import sendgrid from '@utdk/sendgrid';

await sendgrid.postSsoCertificates()