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

Expose OIDC discovery information under the CSAPI #16726

Merged
merged 6 commits into from
Dec 6, 2023

Commits on Dec 4, 2023

  1. Expose OIDC discovery information under the CSAPI

    After this change, we continue to expose discovery information in the
    client well-known response for backwards compatability.
    
    The MSC [1] includes a new `actions_supported` which I don't think we
    currently have. I haven't done anything to add it in. LMK if you'd like
    me to do so.
    
    [1]: matrix-org/matrix-spec-proposals#2965
    David Robertson committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    866f84c View commit details
    Browse the repository at this point in the history
  2. Changelog

    David Robertson committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    a9843d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Correct testcase name

    Co-authored-by: Quentin Gliech <quenting@element.io>
    David Robertson and sandhose committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ad6e55b View commit details
    Browse the repository at this point in the history
  2. Correct docstring

    Co-authored-by: Quentin Gliech <quenting@element.io>
    David Robertson and sandhose committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2970bbf View commit details
    Browse the repository at this point in the history
  3. Ditch the account management URL in new endpoint

    David Robertson committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3074249 View commit details
    Browse the repository at this point in the history
  4. skip unless HAS_AUTHLIB

    David Robertson committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ab93316 View commit details
    Browse the repository at this point in the history