Forum Discussion
Longhi_Mauro_19
Nimbostratus
Jul 06, 2015Replace Microsoft NLB with BIGIP 2200S
Goodmorning,
I'm trying to replace serveral Microsoft NLB Cluster with a couple of BIGIP 2200S to do loadbalancing for different services.
I have configured management interfaces,upgraded a...
Kevin_Stewart
Employee
Jul 09, 2015Client side Kerberos will produce a single (useful) session variable: session.logon.last.username, which will be in UPN format. Example:
[email protected]
Kerberos SSO requires two input session variables: session.sso.token.last.username and session.logon.last.domain. That means in order to do client side and server side Kerberos together, you need a variable assignment in your access policy that splits the incoming UPN into separate username and domain values. So something like this:
session.sso.token.last.username = return [lindex [split [mcget {session.logon.last.username}] "@"] 0]
session.logon.last.domain = return [lindex [split [mcget {session.logon.last.username}] "@"] 1]
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