Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
opensearchproject/opensearch-dashboards:2.8.0
opensearchproject/opensearch:2.8.0
Describe the issue:
After logging into opensearch-dashboards by programmatically redirecting to http/:5601/?jwt_token=<my jwt_token>, I cannot logout from the opensearch-dashboards UI. l get the following http response when clicking on the user logout button which causes a redirect to http/<opensearch-dashboards IP>:5601/auth/logout: {“statusCode”:404,“error”:“not found”,“message”:“Not Found”}.
When I manually insert “http/<opensearch-dashboards IP>:5601/auth/logout” in the browser URL window, I get the http response {“statusCode”:401,“error”:“Unauthorized”,“message”:“Authentication Exception”}
Configuration:
See my opensearch and opensearch-dashboards configuration in my security topic at Configuration of JWT in URL for authentication
Relevant Logs or Screenshots:
I get the following http response when clicking on the opensearch-dashboards user logout button which causes a redirect to http/<opensearch-dashboards IP>:5601/auth/logout: {“statusCode”:404,“error”:“not found”,“message”:“Not Found”}.
When I manually insert “http/<opensearch-dashboards IP>:5601/auth/logout” in the browser URL window, I get the http response {“statusCode”:401,“error”:“Unauthorized”,“message”:“Authentication Exception”}