• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SSL Configuration by context

 
Greenhorn
Posts: 1
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,
I have an application that must accept both client certificate login and user/password login.

Both works, but not yet as I wish.

I configured the Client Authentication as SUPPORTED, inserted the CA certificates into the trust store. But this configuration is global.
What I need is to accept the certificate login only when the user select the certificate option in the Login screen. In that case, I'm thinking about sending the user to a screen in another context (for example, www.domain.com/certificate/login ).

To do it, I understand I must have two SSL Configurations, one without Client Certificate Authorization, and other with.

This division, however, I'm not able to do yet. Also, I didn't find anything on the web about it.

If anyone can give directions, I'll be glad to hear about.

Thanks in advance.
Homero
 
Water! People swim in water! Even tiny ads swim in water:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic