When I used Kibana visualization on my web page it was not working correctly. I just used Kibana configuration (kibana.yml)
xpack.security.authc.providers:
basic.basic1:
order: 0
anonymous.anonymous1:
order: 1
credentials:
username: "usernme"
password: "password"
After I did these changes and used Kibana iframe, It's wasn't authenticated. It Just tries but not working.
The web page showing look like below,
Can anyone respond to this issue?
