Hi,
Is it possible to enable both JWT and manual login at the same time in KIbana?
When I enabled JWT it works fine but the manual login no longer works. The reason I ask is that I want to deep link into dashboards using JWT, but still allow admins to manually login using a username and password instead of having to get a token.
At the moment you can enable multiple authentication in OpenSearch-Dashboards for "basicauth", "openid", and "saml".
i.e.:
opensearch_security.auth.multiple_auth_enabled: true
opensearch_security.auth.type: ["basicauth","openid"] #expressed values are as "basicauth", "openid", and "saml"