Forum Discussion
sergio_baza_alo
Jan 09, 2018Altocumulus
Detect the "/vdesk/hangup.php3" uri SharePoint
Hello,
I have a SharePoint application behind a F5 APM. All works more or less right but there are a lot of people who has problems when they try to login. Instead of the form with username/pas...
Stanislas_Piro2
Jan 10, 2018Cumulonimbus
Sergio,
I deployed APM sharepoint irule several times without issue.
as Youssef answered, if the request ends with "/signout.aspx", the user will be redirected to APM logout page after authentication 😉
I guess the user saved logout URL in bookmark.
try to replace ACCESS_SESSION_STARTED event in sharepoint irule with this one:
when ACCESS_SESSION_STARTED {
if {([info exists "clientless_mode"])} {
ACCESS::session data set session.clientless $clientless_mode
}
if { [ info exists user_key ] } {
ACCESS::session data set "session.user.uuid" $user_key
}
if { [string tolower [ACCESS::session data get session.server.landinguri]] contains "/signout.aspx" } {
ACCESS::session data set session.server.landinguri "/"
}
}
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