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

When following a link that prompts sign in through SAML or Multi-Auth the destination page is not lost #1557

Merged
merged 16 commits into from
Aug 24, 2023
Merged
Prev Previous commit
Next Next commit
Add to DEVELOPER_GUIDE
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Aug 18, 2023
commit 4d2c1b05f8b3a3ad3671bd6ff4b3daebace3e254
2 changes: 2 additions & 0 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
@@ -96,6 +96,8 @@ From the base directory, run `yarn start`. This should start dashboard UI succes

To run selenium based integration tests, download and export the firefox web-driver to your PATH. Also, run `node scripts/build_opensearch_dashboards_platform_plugins.js` or `yarn start` before running the tests. This is essential to generate the bundles.

The integration tests take advantage of [npm "pre" scripts](https://docs.npmjs.com/cli/v9/using-npm/scripts) to run a node based SAML IdP for integration tests related to SAML authentication. This will run a background process that listens on port 7000.

## Submitting Changes

See [CONTRIBUTING](CONTRIBUTING.md).