Symantec Access Management

 View Only

HTTP Request Routing After Redirect

  • 1.  HTTP Request Routing After Redirect

    Posted Jul 25, 2019 11:19 AM
    Hi everyone,

    I'm working on a Node.js application that we have implemented a SiteMinder login for. This application is being deployed to a PCF environment. The login we have set up is working as expected. We are using an alias on our network load balancer to direct the user to the login. After successful authentication they are redirected to our application. The issue we are running into is that we need to make an HTTP request to an API to be issued a token. But for some unknown reason, all external HTTP requests we make are being routed to the SPS server instead of their intended destination. These requests work as expected on any other domain we deploy this to. Has anyone run into an issue like this with Node.js?