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

E2E tests #98

Merged
merged 27 commits into from
Sep 22, 2023
Merged

E2E tests #98

merged 27 commits into from
Sep 22, 2023

Commits on Sep 19, 2023

  1. Init integration tests

    psrpinto committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    34ee0f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40bccab View commit details
    Browse the repository at this point in the history
  3. Discover issuer

    psrpinto committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    fd52ae3 View commit details
    Browse the repository at this point in the history
  4. Use custom TLS CA cert

    psrpinto committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b3c6444 View commit details
    Browse the repository at this point in the history
  5. Get authorization URL

    psrpinto committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7a95147 View commit details
    Browse the repository at this point in the history
  6. Start test server

    psrpinto committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    701e687 View commit details
    Browse the repository at this point in the history
  7. Set correct values

    psrpinto committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    346593f View commit details
    Browse the repository at this point in the history
  8. Call authorization URL

    psrpinto committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2af617b View commit details
    Browse the repository at this point in the history
  9. Read certs in a single place

    psrpinto committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    47f8c32 View commit details
    Browse the repository at this point in the history
  10. Clean up

    psrpinto committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    810769d View commit details
    Browse the repository at this point in the history
  11. Implement oauth flow

    psrpinto committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c08e339 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Capture the redirect request

    psrpinto committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    75d67e6 View commit details
    Browse the repository at this point in the history
  2. Don't follow redirects

    psrpinto committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    d1debca View commit details
    Browse the repository at this point in the history
  3. State parameter is required

    psrpinto committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    45cefb9 View commit details
    Browse the repository at this point in the history
  4. Clean up

    psrpinto committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    466a507 View commit details
    Browse the repository at this point in the history
  5. wip

    psrpinto committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    1b186bb View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Correctly handle cookies

    psrpinto committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e6a7f4c View commit details
    Browse the repository at this point in the history
  2. Clean up

    psrpinto committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5eb8920 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45eb21d View commit details
    Browse the repository at this point in the history
  4. Grant authorization

    psrpinto committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a48a402 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afb8179 View commit details
    Browse the repository at this point in the history
  6. Get access token

    psrpinto committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c7bcf96 View commit details
    Browse the repository at this point in the history
  7. Get userinfo

    psrpinto committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5666337 View commit details
    Browse the repository at this point in the history
  8. Display JWT token

    psrpinto committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ca30d63 View commit details
    Browse the repository at this point in the history
  9. Rename directory

    psrpinto committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    56072e8 View commit details
    Browse the repository at this point in the history
  10. Document e2e tests

    psrpinto committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    8f14a32 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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