Re: [cas-user] Non-browser client

2013-02-28 Thread sol myr
Thanks very-very much! From: Modi Tamam To: cas-user@lists.jasig.org Sent: Sunday, February 17, 2013 5:29 PM Subject: Re: [cas-user] Non-browser client Hi,  I find the retlet-integression project quite annoying, old and not required Instead, I added a

Re: [cas-user] Non-browser client

2013-02-19 Thread Modi Tamam
ry 17, 2013 3:34 AM > To: cas-user@lists.jasig.org > Subject: [cas-user] Non-browser client > > Hi, > We have a legacy non-browser client application (Swing), which does most of > the work locally on the client machine, but occasionally contacts the > server > using HttpCli

RE: [cas-user] Non-browser client

2013-02-18 Thread Ohsie, David
: Sunday, February 17, 2013 3:34 AM To: cas-user@lists.jasig.org Subject: [cas-user] Non-browser client Hi, We have a legacy non-browser client application (Swing), which does most of the work locally on the client machine, but occasionally contacts the server using HttpClient (e.g. REST api to

Re: [cas-user] Non-browser client

2013-02-17 Thread Modi Tamam
Hi, I find the retlet-integression project quite annoying, old and not required Instead, I added a REST API based on Spring-MVC. I'm attaching the two files that are responsible for generating: 1. Ticket Granting - Ticket 2. Service Ticket Please add the to cas-server-core\src\main\java\or

Re: [cas-user] Non-browser client

2013-02-17 Thread Greg Smith
Initially we made the app behave like a browser and user entered credential s via the Java app which were then used. We have since integrated with Java SSO client that can access the domain credentials negating the need for user to enter details. On 17 Feb 2013 08:34, "sol myr" wrote: > Hi, > We

[cas-user] Non-browser client

2013-02-17 Thread sol myr
Hi, We have a legacy non-browser client application (Swing), which does most of the work locally on the client machine, but occasionally contacts the server using HttpClient (e.g. REST api to "upload work to server"). The server is a Java web-application on Tomcat. Is there an easy way to add C