Forum Discussion
Inf0s3cguru_117
Nimbostratus
Jul 31, 2014Client Certificate Based Authentication with Websense
Is there a way for F5 to authenticate users based on client side certificates and pass a certificate value such as CN= Username or CN= email address to a websense appliance for user authentication an...
Kevin_Stewart
Employee
Aug 04, 2014Given a straight LTM iRules configuration, the following iRule should be able to extract the email address from the SAN rfc822Name property:
when HTTP_REQUEST {
if { [SSL::cert count] > 0 } {
set email [findstr [X509::extensions [SSL::cert 0]] "email: " 7 " "]
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
