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

Kerberos Spnego Authentication Router Issue #5706

Merged
merged 11 commits into from
May 6, 2018

Commits on Apr 26, 2018

  1. Adding decoration method to proxy servlet

    Change-Id: I872f9282fb60bfa20524271535980a36a87b9621
    b-slim committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    769faf4 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. moving the proxy request decoration to authenticators

    Change-Id: I7f94b9ff5ecf08e8abf7169b58bc410f33148448
    b-slim committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    73ffd71 View commit details
    Browse the repository at this point in the history
  2. added docs

    Change-Id: I901543e52f0faf4666bfea6256a7c05593b1ae70
    b-slim committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    97cab90 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. use the authentication result to decorate request

    Change-Id: I052650de9cd02b4faefdbcdaf2332dd3b2966af5
    b-slim committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    907bdcf View commit details
    Browse the repository at this point in the history
  2. adding authenticated by name

    Change-Id: I074d2933460165feeddb19352eac9bd0f96f42ca
    b-slim committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    65698fe View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Configuration menu
    Copy the full SHA
    0dfd198 View commit details
    Browse the repository at this point in the history
  2. ensure that authenticator is not null

    Change-Id: Idb58e308f90db88224a06f3759114872165b24f5
    b-slim committed May 1, 2018
    Configuration menu
    Copy the full SHA
    2d0b3ca View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. fix types and minor bug

    Change-Id: I6801d49a05d5d8324406fc0280286954eb66db10
    b-slim committed May 2, 2018
    Configuration menu
    Copy the full SHA
    922e26d View commit details
    Browse the repository at this point in the history
  2. fix typo

    Change-Id: I390b12af74f44d760d0812a519125fbf0df4e97b
    b-slim committed May 2, 2018
    Configuration menu
    Copy the full SHA
    5366244 View commit details
    Browse the repository at this point in the history
  3. use actual type names

    Change-Id: I62c3ee763363781e52809ec912aafd50b8486b8e
    b-slim committed May 2, 2018
    Configuration menu
    Copy the full SHA
    ac74b8e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. set authenitcatedBy to null for AutheticationResults created by

    Escalator.
    
    Change-Id: I4a675c372f59ebd8a8d19c61b85a1e4bf227a8ba
    b-slim committed May 4, 2018
    Configuration menu
    Copy the full SHA
    0c8503f View commit details
    Browse the repository at this point in the history