I was fixing some old code today, which interfaces with CAS, and had an issue implementing it as per the 3.0 specification documents. I was attempting to obtain the login token value from the `/login` url when acting as credential requestor, so that I could then include this value in the POST to the same url acting as credential acceptor. However, the login token doesn't seem to be present.
I looked at the example version of CAS hosted at https://casserver.herokuapp.com/cas/login, to see if that contained the login token, and couldn't find it there either. This doesn't seem to be what is in the protocol specifications, section 2.1.3 <https://apereo.github.io/cas/5.3.x/protocol/CAS-Protocol-Specification.html#213-response-for-usernamepassword-authentication> - which states that "This page MUST include a form with the parameters, “username”, “password”, and “lt”." ("lt" being the login token). Has the name of the parameter changed, am I missing it somehow - or has the protocol changed, and the documentation not been updated? Thanks, Iain -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- 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/064fe814-b5d3-4a9f-b9a4-1daf3858e80d%40apereo.org.
