Anonymous User - Multiple Authentication

Hi there,

Multiple Authentication Option feature for OpenSearch Dashboards can also enable anonymous login along with Basic authentication and OIDC. Configuration Steps:

  1. Follow the instructions to enable multiple authentication for basic and OIDC
  2. Enable Anonymous login:
  • opensearch_dashboards.yml

    opensearch_security.auth.anonymous_auth_enabled: true

  • config.yml

1 Like