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

Logout endpoint should handle idP POST response #84

Merged
merged 3 commits into from
Jan 17, 2022
Merged

Commits on Nov 1, 2021

  1. Logout endpoint should handle idP POST response

    When mod_auth_mellon sends logout request to the idP, it gets response back
    through HTTP GET request. That works fine, However, some idP implementations
    send the logout response through POST request. Logout response via POST is not
    understood by mod_auth_mellon and leads to 404 page. The mod_auth_mellon
    assumes that POST method in logout endpoint is always SOAP logout request. The
    suggested fix adds a check and POST handler for logout responses.
    Vita Batrla committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    e6c5019 View commit details
    Browse the repository at this point in the history
  2. fix uninitialized read of variable rc

    Vita Batrla committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    8c240ee View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. undo unrelated formatting changes

    Vita Batrla committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    ac1c207 View commit details
    Browse the repository at this point in the history