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

Opensearch Dashboard SSO configuration 401 Unauthorized error #17602

Open
sasiashwin363 opened this issue Mar 17, 2025 · 0 comments
Open

Opensearch Dashboard SSO configuration 401 Unauthorized error #17602

sasiashwin363 opened this issue Mar 17, 2025 · 0 comments
Labels
enhancement Enhancement or improvement to existing feature or request _No response_ untriaged

Comments

@sasiashwin363
Copy link

sasiashwin363 commented Mar 17, 2025

Hi Team,

I am having requirement to configure SSO authentication using openid for my project.

In my case opensearch dashboard having basic authentication from UI level and API request authorization in backend which is happening in the below snippet.

        http_authenticator:
          type: basic
          challenge: true

So, If I want to add SSO its giving me 401 authorization error. The reason is its trying to check basic authentication only even though its getting openid request and failing in order-0.

My flow order.

Basic_Auth - order-0
Openid_connect - order-1

Kindly give us the idea how to proceed further.

@sasiashwin363 sasiashwin363 added enhancement Enhancement or improvement to existing feature or request untriaged labels Mar 17, 2025
@sasiashwin363 sasiashwin363 changed the title Opensearch Dashboard SSO configuration Opensearch Dashboard SSO configuration 401 Unauthorized error Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request _No response_ untriaged
Projects
None yet
Development

No branches or pull requests

1 participant