Skip to content
Snippets Groups Projects
Commit b2306e36 authored by Olav Morken's avatar Olav Morken
Browse files

authorize:Authorize: Add deny & regex flags.

This patch adds two new features to the authorize:Authorize filter:

- Add flag to change the policy from default-deny to default-allow. This
  makes it possible to block specific users.
- Add a flag that changes the matching algorithm from regex matching to
  string matching, which simplifies matching with strings that contain
  special characters.

This patch also makes it simpler to subclass this filter.

Thanks to Ryan Panning for implementing this!

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2987 44740490-163a-0410-bde0-09ae8108e29a
parent c4a6c2c3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment