Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pyro2927/aws_sso_containers

Firefox extension to route AWS SSO logins into unique containers.
https://github.com/pyro2927/aws_sso_containers

aws containers firefox

Last synced: about 15 hours ago
JSON representation

Firefox extension to route AWS SSO logins into unique containers.

Awesome Lists containing this project

README

        

# AWS SSO Containers

![](./img/containers.png)

This Firefox extension routes [AWS SSO](https://aws.amazon.com/single-sign-on/) requests into their own containers so you can log in to multiple accounts/roles simultaneously.

## How It Works

![](./img/sso.jpeg)

When you click on "Management console" for any account/role in AWS SSO, it makes a request for signing tokens and then redirects you to the federation location. The extension intercepts this request and loads the federation location in a container. Container names are ` ` and are assigned a random color/icon. You can change the colors/icons to whatever you like, as it only uses the container name to reference them.

## FAQs

### Can I change what the containers are named?

Containers are referenced via their name when determining where SSO calls should be routed. In order to change what template is used, open the extension preferences

![](./img/preferences.png)

### Can I change what icons and colors are used for containers?

Colors and icons are randomly selected when spawning a new container for the first time. Going forward it is referenced via its name, and so you can change the icon and color by using the built-in "Manage Containers" feature in Firefox.

![](./img/manage.png)

## Notes

This extension is pretty basic. If you're looking for something more advanced, check out [Granted](https://docs.commonfate.io/granted/introduction).

Thanks to for a majority of the container code.