Forum Discussion
amallet_4001
May 18, 2017Nimbostratus
SSO HTTP Forms with variably uri
Hello,
I have an application which does not make SSO SAML and I would like to be able to set up SSO HTTP Forms.
However my URI is variable.
POST /idp/4NnB0_xVb0A/resumeSAML20/idp/SSO.ping HTTP/...
amallet_4001
Nimbostratus
Hi,
thank you for the response
However, How to create the custom variable?
Irule or directly on the VPE?
Best regards
amallet_4001
May 30, 2017Nimbostratus
This variable it's non predictable value.
I created Irule for extract uri:
when HTTP_REQUEST {
if {[HTTP::uri] contains "/idp/SSO.ping" && [HTTP::uri] contains "_"} {
set SSO_URI [regsub -nocase {/f5\-w\-[0-9a-f]+\$\$} [HTTP::uri] ""]
ACCESS::session data set session.lmt.sso.starturi "$SSO_URI"
}
}
And connfigured the SSO configuration HTTP Form.
It's working.
However, Can we add the URI extraction in the VPE with "Variable Assign" ?
Thanks
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