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

Add webdriver test for SAML and mock IDP tool #6501

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bduffany
Copy link
Member

@bduffany bduffany commented May 3, 2024

This PR is a precursor for rolling forward #6077 and should also give us more confidence making auth code changes going forward.

It does the following:

  • Adds a local mocksaml IDP server binary which can be used to run an IDP locally. It currently uses https://github.com/boxyhq/mock-saml running inside a local docker container. The container is pretty lightweight, but in the future we could potentially swap this out for something even lighter (e.g. a tiny HTTP server we write ourselves).
  • Adds a webdriver test which runs this local mocksaml server and links the IDP to a test org, then logs in via the SAML IDP webpage.
  • Adds a README with instructions on running the tool and developing SAML locally.

Related issues: N/A

@bduffany bduffany force-pushed the saml-webtest branch 10 times, most recently from 265d0a1 to 40579bf Compare May 7, 2024 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant