Created
November 22, 2016 07:43
-
-
Save korteke/df36f4fad749b2476e24cf65e0c7745d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "handler": { | |
| "type": "Chain", | |
| "config": { | |
| "filters": [ | |
| { | |
| "type": "PasswordReplayFilter", | |
| "config": { | |
| "loginPageContentMarker": "Welcome", | |
| "request": { | |
| "method": "POST", | |
| "uri": "http://app.example.com:8081/login", | |
| "form": { | |
| "username": [ | |
| "demo" | |
| ], | |
| "password": [ | |
| "changeit" | |
| ] | |
| } | |
| } | |
| } | |
| } | |
| ], | |
| "handler": "ClientHandler" | |
| } | |
| }, | |
| "condition": "${matches(request.uri.path, '^/')}" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment