Forum Discussion
How can I store a string of the session.server.landinguri to pass as a variable?
I would like to pass a variable that is part of the session.server.landinguri variable and am having trouble manipulating the URI.
Example:
https://website.com/saml/idp/profile/directorpost/sso?VariableID=1234567890
I need to pass just the VariableID value as a new variable (session.user.VariableID), however I haven't figured out how to strip this from the landinguri. The farthest I've gotten was just simply pass "session.server.landinguri" for the "session.user.VariableID" variable, which is a good start.
Thanks in advance for any help with this!
- Stanislas_Piro2
Cumulonimbus
Assign this irule to virtual server
when ACCESS_SESSION_STARTED { ACCESS::session data set [URI::query [ACCESS::session data get session.server.landinguri] variableID] }
Recent Discussions
Related Content
* 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