We are using Angular 8 and Kibana 7.7. Need to auto login Kibana dashboard which is embedded in Iframe.
Tried to login (from our frontend which running in Angular8) via API POST "/internal/security/login" with username and password but cors error coming. made changes kibana.yml and elasticsearch.yml for cors.
Without Reverse proxy any other solution for auto login in Kibana Iframe dashboard?