[ 
https://issues.apache.org/jira/browse/SHIRO-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13581580#comment-13581580
 ] 

Dan Rollo commented on SHIRO-385:
---------------------------------

Made progress on a cleaner implementation of a 'negotiate' realm using waffle. 
(The prior impl was a very messy wrapper of the existing waffle filter, this 
one fits better into the shiro framework).

See the branch: 
https://github.com/bhamail/shiro-test-dan/tree/waffleNegotiateRealm

and specifically, the package:
https://github.com/bhamail/shiro-test-dan/tree/waffleNegotiateRealm/cacheImpl/src/main/java/com/danrollo/negotiate/waffle

I hope to contribute something based on this filter/realm to the shiro project, 
so any comments are welcome.
                
> Waffle Integration
> ------------------
>
>                 Key: SHIRO-385
>                 URL: https://issues.apache.org/jira/browse/SHIRO-385
>             Project: Shiro
>          Issue Type: New Feature
>            Reporter: Ryan McKinley
>            Priority: Minor
>         Attachments: WaffleAuthenticatingRealm.java, XxxxxSecurityFilter.java
>
>
> [Waffle|http://dblock.github.com/waffle/] (Windows Authentication Framework) 
> is a simple authentication framework that delegates authentication to the 
> host (windows) machine.  This lets you use the machine/domain settings with 
> *zero* configuration.
> Integration with Shiro should be pretty easy.  It likely makes more sense to 
> host this in the waffle project, but I will add an issue here so there is 
> something to point to

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to