Forum Discussion
AN_168028
Nimbostratus
Jan 24, 2017AD QUERY AFTER KERBEROS AUTHENTICATION
Can I use AD Query after kerberos authetication?
I tried putting AD query after kerbero auth and variable assignment. AD Query search filter %{session.sso.token.last.username} and I found follow...
zbirmingham
Nimbostratus
Jun 12, 2018I had a similar issue where my domain name was getting appended to the username twice in the AD query. IE: the username was being sent across in the AD Query as: [email protected]@domain.com.
My fix was to add a "Variable Assign" between the Kerberos and AD Query steps within my Policy.
I set the Custom Variable field to:
session.logon.last.username
Then set the Custom Expression field to:
expr { [lindex [split [mcget {session.logon.last.username}] "@"] 0] }
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