Forum Discussion
Andrew_Joyce_14
Nimbostratus
Apr 09, 2014F5 and Anonymous Public facing SharePoint sites
In a SharePoint 2013 multi-tenant environment where authentication is the norm, is it possible within F5 to also allow anonymous SharePoint access sites? I know we can do it in SharePoint but can F5 ...
drugovm_149811
Nimbostratus
Apr 09, 2014Did you saw this irule? https://devcentral.f5.com/wiki/iRules.ACCESS__disable.ashx
If you have sharepoint sites running on the same hosts but they have different paths:
Such as: sharepoint.example.com/anonymous1; sharepoint.example.com/anonymous2; sharepoint.example.com/anonymous3
when HTTP_REQUEST {
Check the requested HTTP path
switch -glob [string tolower [HTTP::path]] {
"/anonymous1*" -
"/anonymous2*" -
"/anonymous3*" {
Disable APM for these paths
ACCESS::disable
}
default {
Enable APM for all other paths
ACCESS::enable
}
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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