You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@shiro.apache.org by Ryan McKinley <ry...@gmail.com> on 2012/08/21 23:43:09 UTC

Shiro with Negotiate/NTLM/Basic Authentication headers

I'm working on integrating Waffle with Shiro, and have something
working, but want to make sure

I posted a modified version of what I am doing here:
https://issues.apache.org/jira/secure/attachment/12541821/XxxxxSecurityFilter.java

Does Shiro have/want a general way to support these headers?  Basic is
easy because you have everything you need in one request.

The other Negotiate example I have seen is:
https://bitbucket.org/lothor/shiro-negotiate/src/7b25efde130b/src/main/java/net/skorgenes/security/jsecurity/negotiate

Thanks for any pointers
ryan