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.
This doesn't seem to be what is in the protocol specifications,
section 2.1.3 - 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