CAS login + Application own login

View: New views
3 Messages — Rating Filter:   Alert me  

CAS login + Application own login

by Edward Chen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

How does CAS work with an application with its own login? I have some
web applications with their own login pages (username and password).
When users open the web applications, they have to input user name and
password if no CAS support. Now I want to use CAS. When users open the
web applications, it will re-direct to the CAS login page. Once they
input their user name and password, the users can go into the
application without login again in the application. How can I do that?

Edward
_______________________________________________
cas-dev mailing list
cas-dev@...
http://tp.its.yale.edu/mailman/listinfo/cas-dev

Re: CAS login + Application own login

by Patrick Berry :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Edward,

Your application will have to be modified (or as I like to say
'CASified') to deal with users coming back with tickets that need to
be validated.  There are many examples of using CAS client code in
applications on the JA-SIG wiki.

http://www.ja-sig.org/wiki/display/CASC/Clients

Pat

On Wed, Apr 16, 2008 at 2:13 PM, Edward Chen <edwardc@...> wrote:

> Hi,
>
>  How does CAS work with an application with its own login? I have some
>  web applications with their own login pages (username and password).
>  When users open the web applications, they have to input user name and
>  password if no CAS support. Now I want to use CAS. When users open the
>  web applications, it will re-direct to the CAS login page. Once they
>  input their user name and password, the users can go into the
>  application without login again in the application. How can I do that?
>
>  Edward
>  _______________________________________________
>  cas-dev mailing list
>  cas-dev@...
>  http://tp.its.yale.edu/mailman/listinfo/cas-dev
>
_______________________________________________
cas-dev mailing list
cas-dev@...
http://tp.its.yale.edu/mailman/listinfo/cas-dev

Re: CAS login + Application own login

by Matthieu MARC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

And how to do with application for which no modification can be done (for example with proprietary application) ?

I made a hack for OWA which do (just after the CAS authentication and just before CAS make the Granting Ticket) authentication against OWA server, retrieve OWA cookies, and give it back to the CAS client. The user have so CAS and OWA client, so he can connect to CAsified application and OWA application. I known it is a ugly solution, but it is the only one I found without changing my exchange infrastructure (i can't modified, it is not me the exchange admin).

Cordialy,

Matthieu MARC

2008/4/17, Patrick Berry <pberry@...>:
Edward,

Your application will have to be modified (or as I like to say
'CASified') to deal with users coming back with tickets that need to
be validated.  There are many examples of using CAS client code in
applications on the JA-SIG wiki.

http://www.ja-sig.org/wiki/display/CASC/Clients

Pat


On Wed, Apr 16, 2008 at 2:13 PM, Edward Chen <edwardc@...> wrote:
> Hi,
>
>  How does CAS work with an application with its own login? I have some
>  web applications with their own login pages (username and password).
>  When users open the web applications, they have to input user name and
>  password if no CAS support. Now I want to use CAS. When users open the
>  web applications, it will re-direct to the CAS login page. Once they
>  input their user name and password, the users can go into the
>  application without login again in the application. How can I do that?
>
>  Edward
>  _______________________________________________
>  cas-dev mailing list
>  cas-dev@...
>  http://tp.its.yale.edu/mailman/listinfo/cas-dev
>
_______________________________________________
cas-dev mailing list
cas-dev@...
http://tp.its.yale.edu/mailman/listinfo/cas-dev


_______________________________________________
cas-dev mailing list
cas-dev@...
http://tp.its.yale.edu/mailman/listinfo/cas-dev