Question
 
            
       Dell   
  Dell
BR
   Dell   
  
          Posted: Dec 14, 2017
        Last activity: Dec 15, 2017
      Last activity: 15 Dec 2017 9:24 EST
      
        Closed
    
      
 
  
  
  
Unable to get the request "pxHTTPServletRequest " in pyAssertionConsumerServiceActivity activity
We are trying to implement the SSO, but we could not get the user request.
javax.servlet.http.HttpServletRequest req=(javax.servlet.http.HttpServletRequest)tools.getRequestor().getRequestorPage().getObject("pxHTTPServletRequest");
the req property is null after the attribution.
I've also tried to use the following approach, but it didn't works as well
ClipboardPage pxRequestorPage = tools.findPage("pxRequestor");
javax.servlet.http.HttpServletRequest request = (javax.servlet.http.HttpServletRequest)pxRequestorPage.getObject("pxHTTPServletRequest");
My SAMLAuth1 is configured to use the ping federate and the login (SSO) protocol binding is HTTP Redirect