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

MSC3861: load the issuer and account management URLs from OIDC discovery #17407

Merged
merged 12 commits into from
Aug 30, 2024

Commits on Jul 8, 2024

  1. MSC3861: load the issuer and account management URLs from OIDC discovery

    This will help mitigating any discrepancies between the issuer
    configured and the one returned by the OIDC provider.
    
    This also removes the need for configuring the `account_management_url`
    explicitely, as it will now be loaded from the OIDC discovery, as per
    MSC2965.
    
    Because we may now fetch stuff for the .well-known/matrix/client
    endpoint, this also transforms the client well-known resource to be
    asynchronous.
    sandhose committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    65120fe View commit details
    Browse the repository at this point in the history
  2. Newsfile.

    sandhose committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    86d7fee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee0cd1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ff5321 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90b6a4f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Use the cached metadata call

    sandhose committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0119d40 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    b035669 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d9d269 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4dc986 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    089a542 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17a90f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40c854c View commit details
    Browse the repository at this point in the history