Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
let params = B2BCreateSAMLConnectionParameters(displayName: "My SAML IdP") let response = try await StytchB2B.sso.saml.createConnection(params)
Creates a new SAML SSO connection for the organization. Calls the POST /sdk/v1/b2b/sso/saml endpoint. Requires an active session.
POST /sdk/v1/b2b/sso/saml
Show properties