Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pyro2927/aws_sso_containers
- Owner: pyro2927
- Created: 2022-04-16T03:58:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T04:14:10.000Z (10 days ago)
- Last Synced: 2024-11-10T04:21:58.048Z (10 days ago)
- Topics: aws, containers, firefox
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/aws-sso-containers/
- Size: 1.77 MB
- Stars: 72
- Watchers: 8
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.