Skip to content

Instantly share code, notes, and snippets.

@sosiouxme
Created May 13, 2016 16:56
Show Gist options
  • Save sosiouxme/1a069b243c5f227037fa0566acbd0420 to your computer and use it in GitHub Desktop.
Save sosiouxme/1a069b243c5f227037fa0566acbd0420 to your computer and use it in GitHub Desktop.
<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