Forum Discussion
eric_156978
Aug 26, 2015Cirrus
Kerberos authentication not working after IIS/SharePoint rebuild.
Hi!
We have an environment with an F5 delegating kerberos for our SharePoint environment. We made the decision to rebuild IIS/SharePoint due to some various issues. After the rebuild, IIS/ShareP...
eric_156978
Sep 04, 2015Cirrus
In the end, we ended up building an SSO Kerberos profile for each IIS application pool account with a static SPN to each. We then used an irule to route the request to the correct SSO Profile:
when HTTP_REQUEST {
Parse URI to determine target Kerberos SSO Profile and store it in $ssoProfileName
Ex: example.com/site2 -> $ssoProfileName = "example_site2" (example_site2’s spn would point to applicationPoolSite2Identity)
WEBSSO::select $ssoProfileName
}
Thanks Kevin for all the help.
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