Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/speshak/aws-saml-search

Add a search box to the AWS SAML login page
https://github.com/speshak/aws-saml-search

Last synced: 3 months ago
JSON representation

Add a search box to the AWS SAML login page

Awesome Lists containing this project

README

        

# aws-saml-search

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

Implemented using [Web Extensions](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions),
so this should work for both FireFox and Chrome (and probably others too)

## Screen Shots

![Screen shot 1](ScreenShot1.png)
![Screen shot 2](ScreenShot2.png)

## Installing

### Packaged Releases

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

* [FireFox](https://addons.mozilla.org/en-US/firefox/addon/aws-saml-search/)
* [Chrome](https://chrome.google.com/webstore/detail/aws-saml-search/dgnkjmeflgibefhijajhbkcjepbpnlgp)

### Development

Use these instructions to run in development mode.

#### FireFox

* Clone this repo to your machine
* Navigate to [about:debugging](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/](chrome://extensions/)
* Enable Developer Mode
* Click `Load Unpacked"
* Select the cloned repo