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

OIDC: Validate m.authentication configuration #3419

Merged
merged 15 commits into from
Jun 11, 2023

Commits on Jun 6, 2023

  1. validate m.authentication, fetch issuer wellknown

    Kerry Archibald committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    381aeba View commit details
    Browse the repository at this point in the history
  2. move validation functions into separate file

    Kerry Archibald committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    413398a View commit details
    Browse the repository at this point in the history
  3. test validateWellKnownAuthentication

    Kerry Archibald committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    c081bca View commit details
    Browse the repository at this point in the history
  4. test validateOIDCIssuerWellKnown

    Kerry Archibald committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    661a632 View commit details
    Browse the repository at this point in the history
  5. add authentication cases to autodiscovery tests

    Kerry Archibald committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    abeee9d View commit details
    Browse the repository at this point in the history
  6. test invalid authentication config on wk

    Kerry Archibald committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    6ab8cc4 View commit details
    Browse the repository at this point in the history
  7. improve types

    Kerry Archibald committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    5f32b3f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    71da6f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. test case for account:false

    Kerry Archibald committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    c53acc0 View commit details
    Browse the repository at this point in the history
  2. use hasOwnProperty in validateWellKnownAuthentication

    Kerry Archibald committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    6efdb44 View commit details
    Browse the repository at this point in the history
  3. comments

    Kerry Archibald committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    cafd621 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ba887a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    6f34724 View commit details
    Browse the repository at this point in the history
  2. make registration_endpoint optional

    Kerry Archibald committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    dc841e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    f26c7cc View commit details
    Browse the repository at this point in the history