I currently have JWT authentication working with OpenSearch Dashboards, and OIDC authentication is also working independently.
I want to enable both authentication methods simultaneously in OpenSearch Dashboards.
According to the OpenSearch 2.19 documentation, Dashboards currently supports a combination of Basic Authentication, OpenID Connect, and SAML for multiple authentication options:
“As a reminder, Dashboards currently supports a combination of basic authentication, OpenID Connect, and SAML as a valid set of values.”
Does this mean the following configuration is not supported/invalid?