Hi,
Before version 5 of CAS I could use more than one URL for the login
flow. I added in cas-servlet.xml a mapping in handlerMapping
(SimpleUrlHandlerMapping) with the key I wanted, for example, "/x509/login"
key mapped to a control (FlowController) that had the flowExecutor as
"loginFlowExecutor", and also in web.xml a servlet-mapping to the cas
servlet for the url "/x509/login". I did that because I wanted Apache to
ask for the client certificate just in that URL, and to give the user the
choice, in the login screen, to choose the standard login way, user and
password, or to use a digital certificate.
How can I do that with CAS 5? I tried to use an autowired
SimpleUrlHandlerMapping qualified with "handlerMapping", and added the
desired URL ("/x509/login") to the URL map with a FlowController with the
flowexecutor set to "loginFlowExecutor" autowired, but it didn't work...
How can that be done?
--
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
---
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/bb66fc18-ab6d-4751-b1f6-d772d7fdcf80%40apereo.org.