Symantec Access Management

  • 1.  Java Authentication question (x509)

    Posted Oct 05, 2009 11:39 AM
    I'm looking for any examples of using the Java API to authenticate a web service request using a digital certificate (x509). I'm using the basic Axis clients right now, but can be flexible.  SiteMinder is currently configured to check for an x509 client certificate on all requests. When I use a web browser (IE and Firefox), I can connect to the web service URL without any problems. However, when I attempt from Java using the basic Axis client, I get handshake errors with TLS/SSL challenge and response.  I tried searching this forum, the knowledge base and google for just an Java example of an x509 authenticated response but am coming up empty handed. Can anyone point me to some example code?


  • 2.  Re: Java Authentication question (x509)
    Best Answer

    Posted May 09, 2017 08:50 PM

    I know this is way too late response, but for anyone looking an answer to this question , you can refer to :

    Tech Tip : CA Single Sign-On :CA Access Gateway:Auth/AZ Web Service with Certificate Authentication 

     

    Refer to Test 2 where I have discussed on how to test the X.509 certificate authentication with java client.