You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: