Skip to content
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

Add FailOnAnonymousAction for SAML auth to get redirect #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cwperks
Copy link
Owner

@cwperks cwperks commented Mar 18, 2024

Companion security-dashboards-plugin PR: cwperks/security-dashboards-plugin#3

Adds FailOnAnonymous action which explicitly will fail an anonymous request so that SAML can get redirect info.

SAML currently calls on the authinfo endpoint and expects it to fail, but it succeeds when anonymous is enabled: https://github.com/opensearch-project/security-dashboards-plugin/blob/main/server/backend/opensearch_security_client.ts#L186

This new endpoint will explicitly fail.

Signed-off-by: Craig Perkins <cwperx@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant