Authorization and 2 tabs in the browser

ROR Version:
Enterprise 1.60.0_es7.15.1 :unicorn:
Kibana Version:
7.15.1

Elasticsearch Version:
7.15.1

Steps to reproduce the issue
Save your login and password in your browser to avoid authorization errors due to an incorrect password.
Open 2 tabs of the kibana authorization page
Let’s log in to one tab.
Go to the second tab and see the authorization window.
If try to log in, will get an error: “Wrong credentials”
In this case, in the ROR logs final_state = ALLOWED
But if refresh the page, will already be authorized.

Expected result:
Either it authorizes immediately, or it authorizes after entering the login and password.

Actual Result:
error: “Wrong credentials”

{“customer_id”: “6c4a385b-2ae8-4f02-a9cd-ef24addfb5b3”, “subscription_id”: “32d4073f-dc2f-4056-a868-842727c637cd”}

Hello,
Thanks for reporting. At first glance, when you log on to the first tab, the second tab should be logged in immediately since both tabs share the same session. That’s why when you refresh a page, you are logged in. I will create a task for it.