Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Support OIDC backchannel logouts #11414

Merged
merged 20 commits into from
Oct 31, 2022
Merged

Support OIDC backchannel logouts #11414

merged 20 commits into from
Oct 31, 2022

Commits on Oct 26, 2022

  1. Support back-channel logouts from OIDC providers

    Signed-off-by: Quentin Gliech <[email protected]>
    sandhose committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    49fe26e View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Patrick Cloke <[email protected]>
    sandhose and clokep committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    a0bb53d View commit details
    Browse the repository at this point in the history
  3. Validate exp and nbf claims in logout tokens if present

    Signed-off-by: Quentin Gliech <[email protected]>
    sandhose committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    a5d74fa View commit details
    Browse the repository at this point in the history
  4. Docstrings on issuer/client_id properties

    Signed-off-by: Quentin Gliech <[email protected]>
    sandhose committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    51f3cd8 View commit details
    Browse the repository at this point in the history
  5. Misc changes

    Mainly adds a warning if the user_mapping_provider is not using the
    `sub` claim as subject
    
    Signed-off-by: Quentin Gliech <[email protected]>
    sandhose committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    1fd3658 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17580ae View commit details
    Browse the repository at this point in the history
  7. Revoke in-flight logins

    sandhose committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    42df126 View commit details
    Browse the repository at this point in the history
  8. Fix unit tests on old version of Twisted

    There was an issue before Twisted 20.3.0, where request.args would not
    be filled if the `Content-Length` header was missing. I fixed some unit
    tests by adding this header in `make_request`.
    sandhose committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    55076e1 View commit details
    Browse the repository at this point in the history
  9. Docs

    sandhose committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    eb7537a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Apply suggestions from code review

    Co-authored-by: Patrick Cloke <[email protected]>
    sandhose and clokep authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    d19bc83 View commit details
    Browse the repository at this point in the history
  2. Docs

    sandhose committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    0f22917 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Patrick Cloke <[email protected]>
    sandhose and clokep authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    99f58d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    48777f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3c2db6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cc5d40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0b4986 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6deef8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0748f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    626d778 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d32796 View commit details
    Browse the repository at this point in the history