This content has been marked as final.
Show 3 replies
-
1. Re: Install login cert module.
mchoma Apr 24, 2017 8:41 AM (in response to fernan1)I was thinking about same scenario couple of days ago, but could not find solution. Problem as I see is CLIENT-CERT is registered globally in web.xml for whole application.
-
2. Re: Install login cert module.
pjhavariotis Apr 26, 2017 6:46 AM (in response to fernan1)In the JBossWeb configuration, there is an attribute called verify-client.
Try to use CLIENT-CERT authentication in the web.xml and use verify-client=false.
With this approach, you can secure certain pages in your application with client certificate authentication and at the same time your entire application will be accessed via TLS/SSL.
-
3. Re: Install login cert module.
mchoma Apr 26, 2017 6:55 AM (in response to pjhavariotis)secure certain pages in your application with client certificate authentication
Question is how can be "certain" achieved. From my point of view, all or none could be confiugred in web.xml