Forum Discussion
Mike_Starling_1
Dec 27, 2013Nimbostratus
(APM) I have a need to combine two fields from login page for AD authentication
In AD we have our user accounts in format of username.clientid
Our login page contains fields for: username, password and clientid.
Username in format of login page entry is just the user's name...
Kevin_Stewart
Dec 27, 2013Employee
You could probably do two things:
-
Require the user to enter username.clientid in the logon form, or
-
Request them separately and concatenate in a variable assignment agent. Something like this:
session.logon.last.username = return { [mcget {session.logon.last.username}].[mcget {session.logon.last.clientid}] }
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