Is it possible for the desktop application to use SSO in CAS?
CAS integration is possible for desktop applications in some narrow use cases. If your desktop apps live in an AD infrastructure or other compatible Kerberos environment, you might consider SPNEGO. [1] On Linux hosts you might consider integration with PAM using pam_cas. [2] While these will provide CAS integration for their respective use cases, you cannot achieve SSO between a CAS session started in a browser and those in desktop applications since there's no conceivable way to share the TGT between the browser and desktop applications.
M [1] https://wiki.jasig.org/display/CASUM/SPNEGO [2] https://wiki.jasig.org/display/CASC/PAM+Module -- 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
