Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add integration with Apache Shiro #48

Merged
merged 5 commits into from
Jan 13, 2013
Merged

Add integration with Apache Shiro #48

merged 5 commits into from
Jan 13, 2013

Conversation

davidmc24
Copy link
Contributor

Apache Shiro is a Java security framework. This pull request adds a basic integration between WAFFLE and Shiro. It supports username and password authentication, and provides a good base for later enhancements to add negotiate support. This feature was requested on the Shiro issue tracker as SHIRO-385.

…ntation

This currently only supports username/password authentication.  Support for "negotiate"
will require a custom authentication token, a shiro security filter, and minor
enhancements to the realm.

Based on work discussed in the following ticket:
https://issues.apache.org/jira/browse/SHIRO-385
@dblock dblock merged commit 4de0e8b into Waffle:master Jan 13, 2013
@dblock
Copy link
Collaborator

dblock commented Jan 13, 2013

Awesome, merged. Looking forward to Negotiate support soon :)

@davidmc24 davidmc24 deleted the waffle-shiro branch January 13, 2013 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants