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

Support "identifier" dicts in UIA #8848

Merged
merged 2 commits into from
Dec 1, 2020
Merged

Support "identifier" dicts in UIA #8848

merged 2 commits into from
Dec 1, 2020

Commits on Dec 1, 2020

  1. Support "identifier" dicts in UIA

    The spec requires synapse to support `identifier` dicts for `m.login.password`
    user-interactive auth, which it did not (instead, it required an undocumented
    `user` parameter.)
    
    To fix this properly, we need to pull the code that interprets `identifier`
    into `AuthHandler.validate_login` so that it can be called from the UIA code.
    
    Fixes #5665.
    richvdh committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    af7a5cc View commit details
    Browse the repository at this point in the history
  2. Update synapse/handlers/auth.py

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    richvdh and clokep authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    ac65dc2 View commit details
    Browse the repository at this point in the history