PR https://github.com/elastic/kibana/pull/189853 introduces a deployment agnostic SamlAuthProvider service. Our stateful test suites should be configured to support SAML authentication for local/Kibana CI, and leverage this service in place of existing authentication via the mock SAML provider or other means, except where explicitly testing other authentication mechanisms.
We should update our Spaces API tests to leverage the deployment agnostic infrastructure, to serve as an example for other teams.
Relates https://github.com/elastic/kibana/issues/189222
PR https://github.com/elastic/kibana/pull/189853 introduces a deployment agnostic SamlAuthProvider service. Our stateful test suites should be configured to support SAML authentication for local/Kibana CI, and leverage this service in place of existing authentication via the mock SAML provider or other means, except where explicitly testing other authentication mechanisms.
We should update our Spaces API tests to leverage the deployment agnostic infrastructure, to serve as an example for other teams.