Forum Discussion
Eldad_162351
Aug 18, 2014Nimbostratus
user based route - APM, recommended method?
hello,
i have a lab with apm running and linux clients connecting through ssl-vpn, what i want to do next is to route and assign resource based on the user login, the authentications is based on...
- Aug 22, 2014
Hello,
You can add an "Advanced Resource Assign" on your VPE. Then you can add resources that you want for your user and add an expression similar to that :
expr { [mcget {session.sso.token.last.username}] == "myusername" }
or
expr { [mcget {session.logon.last.username}] == "myusername" }
Yann_Desmarest_
Aug 22, 2014Nacreous
Hello,
You can add an "Advanced Resource Assign" on your VPE. Then you can add resources that you want for your user and add an expression similar to that :
expr { [mcget {session.sso.token.last.username}] == "myusername" }
or
expr { [mcget {session.logon.last.username}] == "myusername" }
- Eldad_162351Aug 25, 2014NimbostratusHey Yann, It Works Great Now. Thanks. Eldad.
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