-
Notifications
You must be signed in to change notification settings - Fork 282
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
[BUG] auth/http/saml/Saml2SettingsProvider.java still using _opendistro/ instead of _plugins/ #1941
Comments
Would it be enough such patch?
|
Will be fixed once PR #1936 will be commited |
Lets put some more attention back onto this issue during the triage meeting. All the history boils down to we need to make this change backwards compatible with both paths and when it was originally rolled out it wasn't compatible |
[Triage] This issue should be reviewed again since it is not currently backwards compatible. Let's have someone pick up the issue to become BWC. |
@RyanL1997 You might want to look into multiple endpoints, seems like it is supported in SAML 2.0 [1] [2]. |
Update on Aug/30/2023Transferring the internal discussion result here: security team decided to deprecate all the legacy prefix thats related to SAML usages all at once at the next major version. Plz use the issue (#3271) for better tracking. |
What is the bug?
A clear and concise description of the bug.
opensearch-project/security-dashboards-plugin in version 2.1.0 changed SAML2 authentication endpoint to
_plugins/_security/saml/acs
while opensearch-project/security use old one
/_opendistro/_security/saml/acs
This creates clash as users need modify this place by hand to get SAML working.
How can one reproduce the bug?
Steps to reproduce the behavior:
Use opensearch 2.1.0 with SAML
What is the expected behavior?
A clear and concise description of what you expected to happen.
Get opensearch 2.2.0 working out of the box.
security-dashboards-plugin BUG issue:
opensearch-project/security-dashboards-plugin#1031
The text was updated successfully, but these errors were encountered: