[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Single sign on  XML
Forum Index -> Deployment
Author Message
mwindisch



Joined: 13/11/2010 18:34:57
Messages: 3
Offline

I want to describe my experience with captain casa and single sign on. The requirement was to connect our captain casa base application with one of our customer existing reverse proxy single sign on infrastructure. Without any customization we got a HTTP 401 error during the start of our application. Apparently the single sign on memorized the authenticated connection using cookies and with the support of Mr. Mueller we figured out that a special parameter is required in the applet configuration:

<param name="sendcookies" value="true">

Using this parameter captain casa keeps the cookies of the connection. This is the connection where the browser puts the authorisation cookie after communication with the reverse proxy.

Unfortunately it’s not possible yet to keep only specific cookies. So it’s possible to keep unwanted cookies too. But we are looking forward to a captain casa update which provides the possibility to keep only cookies with defined names
 
Forum Index -> Deployment
Go to:   
Powered by JForum 2.1.6 © JForum Team