A client-side endpoint (can only be queried from the user's browser) that starts the SSO Authentication flow. This endpoint redirects the User to the IdP with all of the information required to complete the SSO Authentication flow. From there, the user signs into their IdP before getting redirected back to Stytch. After verifying the request, Stytch immediately redirects the user back to the redirect_url configured in the Redirect URLs page of the Stytch Dashboard.
When making a request to this endpoint, you must include one of connection_id or organization_id. If you use organization_id, that organization's default SSO connection will be used for the login flow.