You can do the same with mod_cas to protect your backend server and mod_proxy
to
forward the requests to it. Your conf files should look like this :
--
<location />
AuthType CAS
require valid-user
</location>
ProxyPass / http://backendserver/
ProxyPassReverse / http://backendserver/
--
For mod_cas configuration, see http://wiki.case.edu/CAS
Romain
Srikar Kummamuri a écrit :
> I used earlier Oracle SSO and configured the partner applications using
> OHS outside the firewall and proxy forwarding all the request to the
> servers behind the fireall once the request have been authorised
> sucussfully.
>
> So I used httpd.conf and other files on apache for URL filterering by
> protecting them (Protected URL) and thus forwarding the user to Oracle
> SSO login page, get the request back from SSO Server, then forward the
> request to the appropriate server behind the firewall with proxy
> forwards in apache.
>
> I need to implement the same solution using CAS now since we dont want
> to use the Oracle SSO in future.
>
> The problem is, with my limited CAS knlowledge, I am not sure where
> exactly to look for the information on this.
>
> Can any body put me on right source (links?) please?????
>
> Thanks a lot
> ..Srikar
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Yale CAS mailing list
> [email protected]
> http://tp.its.yale.edu/mailman/listinfo/cas
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas