Created
May 13, 2016 16:56
-
-
Save sosiouxme/1a069b243c5f227037fa0566acbd0420 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
<html> | |
<title>Test Linking into APIMAN with authToken</title> | |
<head> | |
</head> | |
<body> | |
<h1>Provide valid authToken and a link into the Apiman console</h1> | |
<form action="https://console.example.com/apimanui/link" method="post"> | |
AuthToken: <input type="text" name="access_token" size="100" value="" /></br> | |
Redirect URL: <input type="text" name="redirect" size="100" value="https://console.example.com/apimanui/api-manager/" /></br> | |
<input type="submit" value="Goto Apiman Link" /> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment