pyro2927 / AWS_SSO_Containers

Firefox extension to route AWS SSO logins into unique containers.
https://addons.mozilla.org/en-US/firefox/addon/aws-sso-containers/
55 stars 16 forks source link

Doesnt support non alphanumeric chars to differenciate accounts #8

Closed potchin closed 10 months ago

potchin commented 1 year ago

My company has a bunch of aws accounts with SSO names like this...

Im guessing the extension is truncating the end off the name (maybe because of non alphanumerics?) and all accounts end up opening in the same container. Obviously this isnt what's intended :)

pyro2927 commented 10 months ago

@potchin this is specific to the ( character. The account as referenced in the URI is in the format of AccountId (AccountName). I'd be curious how yours end of looking in the URI, perhaps AccountId (mycompany (dev))? I'll have to see if I can construct an account with parenthesis in the name to test against.

potchin commented 10 months ago

@pyro2927 Thats exactly how it looks, with 2 sets of brackets. It was a showstopper for me so I ended up moving to granted.dev which seems to work.

pyro2927 commented 10 months ago

granted.dev is a great tool! I fixed the issue in 1.5 for anyone else who needs it.