WTFender / aws-sso-extender

Browser Extension for AWS SSO / Identity Center
https://wtfender.com/posts/aws-sso-extender
MIT License
64 stars 11 forks source link

Add Feature to Open AWS Console in Private Tab #152

Closed sergiovm closed 1 month ago

sergiovm commented 2 months ago

Description

I propose adding a feature to allow users to open the AWS Console in a private tab. This enhancement will enable users to manage multiple AWS accounts simultaneously without session conflicts. Currently, opening multiple AWS accounts requires continuous logging in and out, which is cumbersome. By enabling a private tab option, users can seamlessly switch between accounts, improving efficiency and user experience.

WTFender commented 2 months ago

@sergiovm I'm assuming you're on chrome. I could add a setting to open profiles in incognito mode, but this would only allow you to open 2 consoles at a time, 1 in incognito and 1 in normal.

If you need to open more than 2 consoles, I recommend checking out the firefox version of this extension that uses tab containers.

sergiovm commented 2 months ago

@WTFender thanks for your reply. In fact, I'm using Safari but I guess it behaves like Chrome in this regard. Thanks for the tip, I'll try Firefox with this extension.

kamatsuoka commented 2 months ago

In safari, incognito tabs are independent of each other. I currently have multiple incognito tabs, each with its own separate aws login. To use aws-sso-extender in an incognito tab in Safari, open settings / extensions / AWS SSO Extender and click Allow in Private Browsing.

This is less useful than tab containers in Firefox, though, because I have to log in to my SSO separately for each new incognito tab.

WTFender commented 1 month ago

@kamatsuoka thank you - I'm light on safari knowledge! Maybe I can pass the SSO session to private tabs.

The safari extension is just a port of the chrome one for now, so I'm going to close this, but will think about it as more safari issues pop-up.