Initiate Authentication Using a Remote IdP

post

/sso/v1/sdk/secure/idp

Request

Supported Media Types
Body ()
Root Schema : schema
Type: object
Show Source
  • Authorization Bearer Token that was generated / used for previous authentication call to the /authenticate endpoint
  • ClientId of the trusted application that initiates the authentication. If the trusted application that initiates the authentication and the custom UI application are the same, then this should be the clientId of the custom UI application
  • Id of the selected Identity Provider
  • Name of the selected Identity Provider
  • Type of the selected Identity Provider
  • RequestState that was obtained in the previous authentication call to the /authenticate endpoint
Back to Top

Response

Supported Media Types

303 Response

Redirect to the social identity provider or display an error message.
Back to Top