Skip to content

speshak/aws-saml-search

Repository files navigation

aws-saml-search

Allows auto-complete searching of accounts/roles on the AWS SAML login form.

Implemented using Web Extensions, so this should work for both FireFox and Chrome (and probably others too)

Screen Shots

Screen shot 1 Screen shot 2

Installing

Packaged Releases

These are signed releases in each browser's respective addon directory:

Development

Use these instructions to run in development mode.

FireFox

  • Clone this repo to your machine
  • Navigate to about:debugging
  • Click Load Temporary Add-on
  • Select the manifest.json from the cloned repo

Chrome

  • Clone this repo to your machine
  • Navigate to chrome://extensions/
  • Enable Developer Mode
  • Click `Load Unpacked"
  • Select the cloned repo