Forum Discussion
jlarosa_44289
Nimbostratus
Nov 15, 2012SSO using Jasig CAS and Adobe Connect
First, I apologize if this is in the wrong forum.
Our organization currently uses Jasig's CAS to manage a SSO experience for many of our custom website/apps. We have a need to extend this authe...
Kevin_Stewart
Employee
Nov 15, 2012Just spit balling here, but it looks like you just need to configure HTTP header authentication. Connect will accept a header given the defined name:
HTTP_AUTH_HEADER=X-REMOTE_USER
where "X-REMOTE_USER" is the name of the header. The documentation doesn't really say what that value looks like, but I'm assuming it's an LDAP CN or UID, or AD UPN or SAM. In any case, generating that header is pretty straight forward:
HTTP::header replace X-REMOTE_USER ""
How you authenticate the user in the first place is another story, and given that you have APM, your options are almost unlimited.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects