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

UI Auth via SSO: redirect the user to an appropriate SSO. #9081

Merged
merged 7 commits into from
Jan 12, 2021

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    4f1477e View commit details
    Browse the repository at this point in the history
  2. Rename user_id in validate_user_via_ui_auth

    for clarity
    richvdh committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    16a2af9 View commit details
    Browse the repository at this point in the history
  3. Store the requester's user id during UIA

    ... because we might not have it during later steps.
    richvdh committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    edaed4a View commit details
    Browse the repository at this point in the history
  4. UIAuth: only offer SSO for users with a mapping from a known IdP

    To avoid a situation where a user authenticated with one IdP, but that is no
    longer configured, check that the mappings are for known IdPs.
    richvdh committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    97c9147 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e47573 View commit details
    Browse the repository at this point in the history
  6. changelog

    richvdh committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    82808fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3dadd1b View commit details
    Browse the repository at this point in the history