Complete Authentication and Obtain an Authentication Token
post
                    /sso/v1/sdk/authenticate
Request
Supported Media Types
                - application/json
Header Parameters
                - 
                        Authorization: string
                        
                        Provide a valid OAuth Access Token that has the 'Signin' scope
Root Schema : schema
    
      
        
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
Example Request (application/json)
                {
    "op":"socialRegister",
    "socialSCIMAttrs":{
        "userName":"***",
        "email":"***",
        "givenName":"***",
        "familyName":"****"
    },
    "userMappingAttr":"email",
    "requestState":"6Q..."
}Response
Supported Media Types
                - application/json
200 Response
Valid POST response
                
                
                400 Response
Bad request
                
                
                401 Response
Unauthorized
                
                
                422 Response
Unprocessable Entity
                
                
                500 Response
Internal Server error