opensearch-project / security-dashboards-plugin

🔐 Manage your internal users, roles, access control, and audit logs from OpenSearch Dashboards
https://opensearch.org/docs/latest/security-plugin/index/
Apache License 2.0
70 stars 152 forks source link

[FEATURE] Create a E2E cypress test for OIDC refresh token workflow #1935

Open derek-ho opened 5 months ago

derek-ho commented 5 months ago

Is your feature request related to a problem? There seems to have been a regression with the OIDC refresh token workflow introduced in this PR: https://github.com/opensearch-project/security-dashboards-plugin/pull/1773. Checking the existing e2e tests we have for OIDC there is no test covering the refresh token workflow: https://github.com/opensearch-project/security-dashboards-plugin/blob/main/test/cypress/e2e/oidc/oidc_auth_test.spec.js. We should add a test to make sure there are no regressions with this feature.

What solution would you like? E2E test covering oidc refresh token workflow

What alternatives have you considered? None Do you have any additional context? Potentially related PR fix: https://github.com/opensearch-project/security-dashboards-plugin/pull/1924

stephen-crawford commented 5 months ago

[Triage] Hi @derek-ho thank you for filing this issue. This looks like a smart follow-up for the issue fixed by the linked PR. Going to mark triaged.