Forum Discussion
Redirecting to a page from a shortname
- Nov 07, 2022
Hi HerrDrachen ,
Try this iRule , I have tested it on my Lab environment and it works well .when HTTP_REQUEST { if { [HTTP::uri] equals "/"} { HTTP::redirect "https://[HTTP::host]/SSOLogin" } }
> I Could Login successfully after using it.
> For LTM Policy you Can do like this , it works with me and successfully authenticated as well :Test both workarounds , hope it help
Thanks
Mohamed Kansoh
Hi HerrDrachen ,
Try this iRule , I have tested it on my Lab environment and it works well .
when HTTP_REQUEST {
if { [HTTP::uri] equals "/"}
{
HTTP::redirect "https://[HTTP::host]/SSOLogin"
}
}
> I Could Login successfully after using it.
> For LTM Policy you Can do like this , it works with me and successfully authenticated as well :
Test both workarounds , hope it help
Thanks
Mohamed Kansoh
Perfect - this was the missing link that we needed!
- Nov 08, 2022
HerrDrachen that is a good news 😄
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