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

Support authorization in service provider #174

Merged
merged 7 commits into from
Jan 11, 2015
Merged

Commits on Dec 17, 2014

  1. Support service provider authorization

    Add possibility for service provider to add authorization by overriding setAuthentication
    cubasuarez committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    fde49e1 View commit details
    Browse the repository at this point in the history
  2. Implementation to Authorize in SP

    A NegotiateSecurityFilter that supports dependency injection to authorize principal at serviceprovider after
    authenticating in AD.
    cubasuarez committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    63b785b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2015

  1. Added support for Spring security 3 and 4

    Christopher Suarez committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    47d85e5 View commit details
    Browse the repository at this point in the history
  2. Updated changelog and referenced issue

    Christopher Suarez committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    6c02b46 View commit details
    Browse the repository at this point in the history
  3. first draft of documentation

    Christopher Suarez committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    e10a292 View commit details
    Browse the repository at this point in the history
  4. [WIP] - documentation

    Christopher Suarez committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    f4249d2 View commit details
    Browse the repository at this point in the history
  5. [WIP] - documentation

    Christopher Suarez committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    0c13ddf View commit details
    Browse the repository at this point in the history