mooltipass/extension

Spurious credential prompts on AWS Console

awilkins opened this issue · 0 comments

Using my shiny new Mini BLE for login to AWS console.

These accounts are configured to expire API sessions every 15 minutes, but the web console session lasts longer, so you are prompted at intervals to :

image

Mooltipass is prompting to provide my AWS account credentials frequently, even without a login box on the screen. I'm using Firefox container tabs, generally have multiple console tabs open for each account, with each account confined to a different tab container.

Suspect that this might be down to a login form being loaded by the page, even if it never shows, as part of refreshing the shorter-lived API session, with the longer-lived web console session.

Does the extension check that the elements of the login form are visible as part of the event that causes a credential prompt?