Skip to content

Commit

Permalink
Ref #4, adding notes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
pyro2927 committed Sep 11, 2023
1 parent b8bc52e commit a921990
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ This Firefox extension routes [AWS SSO](https://aws.amazon.com/single-sign-on/)

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 `<ACCOUNT_NAME> <ROLE_NAME>` 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).
Expand Down
Binary file added img/manage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/preferences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a921990

Please sign in to comment.