Thank you for your quick reply.
Ok, so if I manage to add in the login page of my web portal a HTTP redirect
to the SSO CAS using something like:
*****************************************
<script type="text/javascript">
function redirectCAS() {
window.location =
'https://mySSO_CAS.com:8443/cas/login?service=https://myportal.com ';
}
</script>

<body onload="redirectCAS();" class="main">
******************************************
, then I authenticate on my SSO CAS, would it work? If yes, what would be
the next steps to allow a user to access the web portal?

Thank you 

-----Message d'origine-----
De : Alberto Cabello Sánchez [mailto:[email protected]] 
Envoyé : mercredi 20 novembre 2013 17:57
À : [email protected]
Objet : Re: [cas-user] CAS 3.5.2 + web portal

El Wed, 20 Nov 2013 17:14:28 +0100
Cyrille Clipet <[email protected]> escribió:

> Hi all,
> 
> I have a simple question about CAS and accessing my web portal.
> 
> I managed to install and configure a SSO CAS 3.5.2. I can also
authenticate over SSL.
> Now, I would like to integrate my web portal to my SSO CAS so whenever I
try to access the web applications within my web portal, I don't have to
enter my login/password again.
> 
> I could not find any guide for that, therefore could you please tell me
the next steps to do such integration?

It depends of the actual web portal you are using.
In short, you must instruct the web portal not asking for a user/password,
but forcing use of CAS authentication and taking the one supplied by CAS.

If your software doesn't allow configuring CAS as an authentication backend
out of the box, you would probably have to write some code.

Here you can look at some examples (or check whether your portal software is
listed):
https://wiki.jasig.org/display/CAS/CASifying+Applications

--
Alberto Cabello Sánchez <[email protected]>

--
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



-- 
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