Opensearch dashboard disable login url parameter

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
Environment: kubernetes
opensearch operator - 2.7.0
opensearch & dashboard version - 2.17.0

Describe the issue:
We have enabled only keycloak authentication in opensearch dashboard. In some cases, if we want to login using basicauth. Is there any parameter available to add in the URL to disable keycloak and enable basic auth.

Configuration:

Relevant Logs or Screenshots:

@rmssath There is no switch to enable/disable authentication type in OpenSearch Dashboards.
The authentication type is defined in opensearch_dashboards.yml and OpenSearch Dashboards reads that once during the startup.

However, you can set a multi-authentication mode in opensearch_dahsboards.yml and configure basicauth and OpenID.

opensearch_security.auth.type: ["basicauth","openid"]
opensearch_security.auth.multiple_auth_enabled: true