tilfinltd / aws-extend-switch-roles

Extend your AWS IAM switching roles by Chrome extension, Firefox add-on, or Edge add-on
https://chromewebstore.google.com/detail/aws-extend-switch-roles/jpmkfafbacpgapdghgdpembnojdlgkdl?utm_source=github
MIT License
1.32k stars 141 forks source link

Q: Can I switch roles through a special URL? #206

Closed carlosjgp closed 3 years ago

carlosjgp commented 3 years ago

Is there a way to generate links for Firefox or other browsers so the extension switched to the account and region I want automatically?

Thanks

tilfin commented 3 years ago

No, the switch request cannot be a URL because it must be a POST method and contain a csrf token.