Initiate SAML login (explicit connection)
Start an SP-initiated SAML SSO flow for an explicit
(provider_id, connection_id) pair. On success, returns the IdP URL the
SDK navigates the user to.
Path Parameters
The SAML provider identifier (okta or google).
"okta"
"google"
The SAML connection identifier (prefixed with samlc_).
"samlc_01jqebhswje1ka1z7ahr9rfsgt"
Query Parameters
URI to redirect to after authentication. Must be allowlisted for
the app. Falls back to the connection's default_redirect_uri when
omitted.
"https://app.acme.com/callback"
PKCE code challenge (S256) bound to the eventual login finalize.
"E9Melhoa2OwvFrEMTJguCHaoeK1t8URWbuGJSstw-cM"
The identifier of the dispatch from the front-end SDK.
"123e4567-e89b-12d3-a456-426614174000"
Response
OK
The Identity Provider URL to redirect the user to.
"https://acme.okta.com/app/abc/sso/saml?SAMLRequest=...&RelayState=..."