Forum Discussion
Mike_Starling_1 Nimbostratus
Nimbostratus
Dec 27, 2013(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 Employee
Employee
Dec 27, 2013You 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