On Wed, 7 May 2014, Zac wrote:

I'm trying to pull a headless app into my SSO (using CAS 3.1) and was wondering if it is possible to authenticate using HTTP POST. When I go to my login page (https://my-cas-server:5443/login) and manually authenticate with Chrome Developer Tools running, I see the login action POSTing several form vars ('username', 'password', etc.).

However I also see a redirect to /login?jsessionid=<long session id> and am wondering if this kind of "headless" authentication isn't possible. Thoughts? Ideas?

Use the RESTful API for a simplified way to verify credentials and obtain a Service Ticket from CAS:

  https://wiki.jasig.org/display/CASUM/RESTful+API

        Andy

--
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to