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 = B2BCreateOIDCConnectionParameters(displayName: "My OIDC IdP") let response = try await StytchB2B.sso.oidc.createConnection(params)
Creates a new OIDC SSO connection for the organization. Calls the POST /sdk/v1/b2b/sso/oidc endpoint. Requires an active session.
POST /sdk/v1/b2b/sso/oidc
Show properties