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

Fix #18: Process all URLs instead of only /c/portal/login / ...logout. #20

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 5, 2018

  1. Fix finalist#18: Process all URLs instead of only /c/portal/login / .…

    …..logout.
    
    Servlet filter config now matches /*, but implementation keeps
    processing only /portal/login and /portal/logout.
    zipwiz committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    dab83a0 View commit details
    Browse the repository at this point in the history
  2. Improve finalist#18: Guess current content locale and send it to OIDC…

    … Login OP.
    
    Current content locale is guessed by servlet path of HttpRequest first
    and by request locale second, if the servlet path does not seem to
    contain a locale. The resulting value is appended to the auth request
    URL as parameter `ui_locales` according to
    http://openid.net/specs/openid-connect-core-1_0.html#AuthRequest .
    zipwiz committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    6e988f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Configuration menu
    Copy the full SHA
    7b7a3c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Configuration menu
    Copy the full SHA
    d13295f View commit details
    Browse the repository at this point in the history