Service Provider Initiated Inbound SSO
GET {{authPath}}/{{envID}}/saml20/sp/sso?idpId={{extIdpID}}&flowId={{flowID}}
The GET /{{envID}}/saml20/sp/sso
operation initiates the SAML single sign-on action at the external identity provider. In the request URL, the idpId
parameter specifies the external identity provider's ID, and the flowId
parameter specifies the PingOne flow ID.
Note: When a login hint is specified, the value should be included on the SAML authorization request as the subject
element. When the OIDC equivalent of acr_values
are specified, the values should be included on the SAML authorization request as AuthnContextClassRef
elements. The authentication context references list, if more than one value is specified, are separated by a space.
Parameter | Description |
---|---|
flowId | The ID of the specified flow. |
idpId | The ID of the identity provider. |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
idpId | string | ||
flowId | string |