Initiate Authentication Using a Remote IdP
post
                    /sso/v1/sdk/idp
Deprecated since 19.1.4
                Request
Supported Media Types
                - multipart/form-data
Root Schema : schema
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            clientId: 
            string
            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
- 
            idpId: 
            string
            Id of the selected Identity Provider
- 
            idpName: 
            string
            Name of the selected Identity Provider
- 
            idpType: 
            string
            Type of the selected Identity Provider
- 
            requestState: 
            string
            RequestState that was obtained in the previous authentication call to the /authenticate endpoint
Response
Supported Media Types
                - application/json
303 Response
Redirect to the social identity provider or display an error message.