Forum Discussion
Using different SSO methods for different portal applications through APM
Found this thread as had an issue where we have SSO set on a Portal Access platform where one application (which uses different authentication) kept popping up logon screens when SSO was applied and thus we wanted to disable SSO on that app only.
As the OP said that the alternative SSO he wants is "none" thats basically what I wanted.
What I did was write an iRule to catch the specific URL of that application and then disable SSO as a result.
Code below (as an example the app in question has url of http://host/nonssoapp😞
when HTTP_REQUEST {
if { ( [string tolower [HTTP::uri]] contains "nonssoapp" ) } {
WEBSSO::disable
}
}Posting in case it helps someone else....
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