Enabling both JWT and manual login at the same time in KIbana?

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.

Thanks,

I have the same question…
Do you have any solution?
Thanks,

Unless something has changed since this post multiple authentication methods can’t be configured:

Regards
Clifford

Ok, thank you so much :slight_smile:

I am attempting to implement this presently for OpenSearch Dashboards.

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"

more details here:

Best,
mj