Create SAML SSO Configuration
sf_create_saml_sso_configCreates a SAML single sign-on configuration in Salesforce, using identity provider details like issuer URL, certificate, and login URL to enable SAML 2.0 federation.
Instructions
Creates a SAML Single Sign-On (SSO) configuration in Salesforce via the Metadata API. Provide the identity provider issuer URL, base64-encoded IdP certificate, login URL, and user identity mapping settings. Supports username, federation ID, and user ID identity types. Used to enable SAML 2.0 federation with external identity providers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | SSO configuration API name | |
| issuer | Yes | Identity provider issuer URL | |
| loginUrl | Yes | Identity provider login URL | |
| logoutUrl | No | Identity provider logout URL | |
| samlVersion | No | SAML version | SAML2_0 |
| identityType | No | User identity type | Username |
| attributeName | No | SAML attribute name (for Attribute identity location) | |
| identityLocation | No | Where user identity is stored | SubjectNameId |
| requestSignatureMethod | No | Signature method | RSA-SHA256 |
| identityProviderCertificate | Yes | Base64-encoded IdP certificate |