-
Notifications
You must be signed in to change notification settings - Fork 159
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
[Enhancement]SAML Authentication can not be enabled with Anonymous #1173
Comments
I guess that happens because in OSD security plugin, when SAML authentication beings it will get the SAML request (challenge) by hitting the |
@opensearch-project/transfer-request Please move this to |
[Triage] @cliu123 Please follow-up on this issue. |
@aoguan1990 Is this a regression caused by multi-auth? If not, we can fix it separately. |
@cliu123 This is an existing issue with SAML. Multi-auth did not change any implementation for SAML authentication. Multi-auth also does not support SAML and Anonymous to be enabled at the same time, which is signed off by PM. As per discussion with developer from Search Guard during the training, Anonymous with SAML is not implemented. Use this issue to keep track of the enhancement. |
|
@aoguan1990 OpenSearch Project's own https://build.ci.opensearch.org/ uses Anonymous + SAML authentication for its Jenkins instance. Do you have a link to where decision was documented or @mention the person behind the decision? Even if we don't support the scenario we, we should make sure its documented and include appropriate in-product blocks to prevent the configuration from being set. |
@aoguan1990 Would you need any help answering the question above? |
@peternied @DarshitChanpura Thank you so much for following up on this issue. Do you by any chance can reproduce this issue? |
@aoguan1990 this issue has not been worked on AFAIK so we haven't attempted to reproduce - is there a pull request that allows SAML + anonymous auth over the break? |
[Triage] @davidlago could you follow up with @aoguan1990. Thank you! |
[Triage 2/6] Moving from "sprint backlog" to backlog. |
Closed by mistake, reopening. |
Closing in favor of #1236 |
What is the bug?
A clear and concise description of the bug.
How can one reproduce the bug?
Steps to reproduce the behavior:
opensearch_security.auth.type: 'saml'
opensearch_security.auth.anonymous_auth_enabled: true
What is the expected behavior?
User is able to login as Anonymous and by SAML based external IDP.
The text was updated successfully, but these errors were encountered: