Create SAML SSO Configuration
sf_create_saml_sso_configCreate a SAML Single Sign-On configuration in Salesforce by supplying the identity provider's issuer URL, base64 certificate, login URL, and identity mapping options.
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 |