Forum Discussion
marcesullivan_2
Nimbostratus
Apr 21, 2016Can APM be used to restrict access to users that fail Kerberos authentication?
Currently our access policy is configured to use SSO with Kerberos authentication to log users into our sharepoint site. The problem we are having is that even when users aren't receiving a Kerberos...
Kevin_Stewart
Employee
Apr 26, 2016Okay, so your original statement,
"The problem we are having is that even when users aren't receiving a Kerberos ticket they're credentials are still being passed along and they are being logged in to the sharepoint site"
still applies? If so, it's very likely that the client is sending in credentials via Authorization header. So it's just a matter of removing that at the front door.
when HTTP_REQUEST {
if { [HTTP::header exists Authorization] } {
HTTP::header remove Authorization
}
}
This will keep any client-initiated authentication from passing through to the internal applications.
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