Forum Discussion
Dan_01_131510
Nimbostratus
Aug 13, 2013F5 CAC usage question
Hello DevCentral,
I am experiencing F5 Irule stripping special characters in usderid using CAC authentication.
Here is what is in my I rule
;when HTTP_REQUEST {
Check to see if the...
Kevin_Stewart
Employee
Aug 13, 2013I think it depends on what the cert header looks like, but assuming the (encoded) CN is part of a larger DN, perhaps something like this:
set pkiid [findstr [URI::decode [HTTP::header Client-Cert]] "CN=" 3 ","]
Where the comma generally delimits RDN values within the DN. This should catch everything between "CN=" and the comma, regardless of special characters.
Otherwise can you give an example of te cert header?
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