Skip to content

Instantly share code, notes, and snippets.

@FirefoxMetzger
Created October 29, 2020 17:22
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save FirefoxMetzger/37cb9845b2f683df954bdd244e015af1 to your computer and use it in GitHub Desktop.
relative file location (from project root): ./web/index.html
<!DOCTYPE html>
<html>
<head>
<title>Simple App</title>
</head>
<body>
<button onclick="location.href='/sso/login?url=http\:\/\/localhost/protected';" id="myButton" class="float-left submit-button" >View Protected Content</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment