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: navigate to authorization endpoint #3499

Merged
merged 15 commits into from
Jun 26, 2023

Commits on Jun 22, 2023

  1. utils for authorization step in OIDC code grant

    Kerry Archibald committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    be98bdf View commit details
    Browse the repository at this point in the history
  2. tidy

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

Commits on Jun 23, 2023

  1. completeAuthorizationCodeGrant util functions

    Kerry Archibald committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    b02c44c View commit details
    Browse the repository at this point in the history
  2. response_mode=query

    Kerry Archibald committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7fec1a8 View commit details
    Browse the repository at this point in the history
  3. add scope to bearertoken type

    Kerry Archibald committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    b5bf1cc View commit details
    Browse the repository at this point in the history
  4. add is_guest to whoami response type

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

Commits on Jun 26, 2023

  1. doc comments

    Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    Kerry and richvdh authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    8980e01 View commit details
    Browse the repository at this point in the history
  2. use shimmed TextEncoder

    Kerry Archibald committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    f33075c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'kerry/25574/oidc-authorization-endpoint' of https://git…

    …hub.com/matrix-org/matrix-js-sdk into kerry/25574/oidc-authorization-endpoint
    Kerry Archibald committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    aa18921 View commit details
    Browse the repository at this point in the history
  4. fetchMockJest -> fetchMock

    Kerry Archibald committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0488ee8 View commit details
    Browse the repository at this point in the history
  5. comment

    Kerry Archibald committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    b6fc44d View commit details
    Browse the repository at this point in the history
  6. bearertokenresponse

    Kerry Archibald committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    250953b View commit details
    Browse the repository at this point in the history
  7. test for lowercase bearer

    Kerry Archibald committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    d324767 View commit details
    Browse the repository at this point in the history
  8. handle lowercase token_type

    Kerry Archibald committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    c78e08a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    850313c View commit details
    Browse the repository at this point in the history