How to skip the login page of kibana in cusotm_react_ap

I installed opendsitro through docker (version 7.3.2) and I am developing one custom_react_App with basic authentication for my custom_app users. Then created few internal users in kibana and passing the same internal users' information as the login credentials for my custom_react_App to authenticate. After login to my custom_app, I am trying to fetch the dashboards using iframe embedded code in custom_react_App but it is redirecting to the kibana login page. I don't want the user again pass the username and password. So, I tried bypassing the username and password to iframe src to skip the login page of kibana like "https://user:pass@example.com/app/kibana#/dashboard/{id}" but that is not working.
Is there any other way to skip the login page for kibana.

Hello,
The OpenDistro login and security is part of their own fork. That is not maintained or supported by Elasticsearch. You should try asking in their forums.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.