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

HTTP header values as extended policy conditions #1904

Merged
merged 7 commits into from
Nov 18, 2019

Commits on Oct 24, 2019

  1. HTTP header values as extended policy conditions

    A policy can now have extended conditions based on
    any arbitrary HTTP *request* header.
    
    The functionality is similar to the extended userinfo
    conditions. If a condition refers to a non-existing/missing
    header an exception is raised.
    
    Closes #1425
    cornelinux committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    23e78ee View commit details
    Browse the repository at this point in the history
  2. Rewrite test to run on Python 3

    Closes #1425
    cornelinux committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    5027f3d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Improve coverage

    plettich committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    661adbf View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. Configuration menu
    Copy the full SHA
    a6cbf70 View commit details
    Browse the repository at this point in the history
  2. Merge branch '1425/http_header_in_policy' of github.com:privacyidea/p…

    …rivacyidea into 1425/http_header_in_policy
    cornelinux committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    2381df6 View commit details
    Browse the repository at this point in the history
  3. Fix test for python 2.7

    cornelinux committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    7c6bf5b View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Fix typo

    plettich committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    4017700 View commit details
    Browse the repository at this point in the history