Unit test should replace /api/security/v1/saml with /api/security/saml/callback #99985
Labels
>enhancement
:Security/Authentication
Logging in, Usernames/passwords, Realms (Native/LDAP/AD/SAML/PKI/etc)
Team:Security
Meta label for security team
Description
In TransportSamlInitiateSingleSignOnActionTests.java,
/api/security/v1/saml
(deprecated) should be replaced with /api/security/saml/callbackIn https://github.com/elastic/kibana/blob/b33effa182bcb7c9620c5435ab252d8067732655/x-pack/plugins/security/server/routes/authentication/saml.ts#L27
/api/security/saml/callback is the correct URL,
while /api/security/v1/saml is the deprecated URL.
Related to elastic/cloud-on-k8s#7118
The text was updated successfully, but these errors were encountered: