Hi All, According to this: https://wiki.jasig.org/display/CASUM/RESTful+API I can pass a parameter during a REST call. i.e.
POST /cas/v1/tickets HTTP/1.0 username=battags&password=password&additionalParam1=paramvalue How would you create a custom Handler that would parse these parameters and build authentication logic around it? What does the java code look like. I assume you create a custom handler for this, if not, please let me know. I am particularly looking for a java solution. Thanks, Rex -- 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
