Symantec Access Management

 View Only

CA Access Gateway Throwing 404

  • 1.  CA Access Gateway Throwing 404

    Posted Jan 29, 2019 08:01 AM

    Hello,

     

    I am trying to set up an env comprising of ca access gateway ( R12.8 ) for oidc provider. While accessing ca access gateway, it is throwing the error. Below error is being logged in the ca access gateway apache's:

     

    "GET /affwebservices/CASSO/oidc/authorize?response_type=code&scope=openid%20email%20fullname%20userDetail&client_id=a8ce52b6-c919-4c39-ac1d-96f9b18e83d4&state=M7sP7fTo__jTixRl8roHnvrPwDI&redirect_uri=http%3A%2F%2Ftest.application.com%2F&nonce=_lTndEQB00pw5DGXt9jFPlX8em0_sf1Sv6E_q98qlIw HTTP/1.1" 404 -

     

    This ca access gateway is acting as backend to itself / localapp (there is no other application server behind this). I tried accessing the ca access gateway's tomcat directly but it resulted in the same error:--

     

    # curl -i -k https://test1.company.com:8443/affwebservices/CASSO/oidc/authorize
    HTTP/1.1 404 Not Found
    Date: Tue, 29 Jan 2019 12:19:14 GMT
    Server: Apache-Coyote/1.1
    Content-Length: 0

     

    # curl -i -k http://test1.company.com:8090/affwebservices/CASSO/oidc/authorize
    HTTP/1.1 404 Not Found
    Server: Apache-Coyote/1.1
    Content-Length: 0
    Date: Tue, 29 Jan 2019 12:19:39 GMT

     

    Please advise.