Well, the only way I can think of doing this is going to a page that will alert them that it will log them out and the site is not under your SSO and have the real link on that page. Other than that, you'd have to use some kind of javascript mechanism that confirms on the link click or before unload of this page, possibly having a global variable set that says an external link has been clicked on (although beware that some browsers don't have an unload event).
Jack HU wrote: > I have casified three web applications successfully. I want to alert a user > if he/she types a different url directly and goes to another site, or I have > a few links which will go to another site which does not require sso > authentication. But before a page goes out of SSO-protected site, how can I > alert a user that it is going to another site not protected by SSO. If he > continues, then the sso session will be invalidated (that means it will log > the user out; and if he comes back, it would require a login again). How > can it be implemented? > > Any advice? Do appreciate your help on this. > > > > ____________________________________________________________________________________ > Never miss a thing. Make Yahoo your home page. > http://www.yahoo.com/r/hs > _______________________________________________ > 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
