Forum Discussion
eirikn
Apr 27, 2016Nimbostratus
Sharepoint 2013 Login redirect iRule problems
Hi,
I'm having a problem with a Irule applied to a VS loadbalancing a sharepoint site.
when HTTP_REQUEST {
switch [HTTP::host] {
sh.domain.com {
if { [active_members SHAREPOINT_2...
Yann_Desmarest
Apr 27, 2016Cirrus
Hello,
I think that the login page does a little more than just redirecting an internal user to the initially requested page. Maybe, Sharepoint do kerberos auth or add some session cookies.
Maybe you can try to replace ReturnURL=/ by ReturnURL=[HTTP::path] or returnURL=[HTTP::uri]
can you post the complete URI used for the login page ?
One way can be to trap the original uri when seeing the Login.aspx request and replace the returnURL query string present in the header Location of the 302 redirect response.
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