Skip to content

Instantly share code, notes, and snippets.

@dmitrizagidulin
Created May 4, 2016 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmitrizagidulin/9bfbed8ee6925b40b9b0d848bf05b70a to your computer and use it in GitHub Desktop.
Save dmitrizagidulin/9bfbed8ee6925b40b9b0d848bf05b70a to your computer and use it in GitHub Desktop.
Anvil OIDC Provider Signup Docs

The default signup form looks like this:

<form method="POST" class="panel">
  <input name="response_type" value="id_token token" type="hidden">
  <input name="client_id" value="4bc2c80e-7518-4e8e-bc1d-99b3b870bbbd" type="hidden">
  <input name="redirect_uri" value="https://apples.anvil.io/callback" type="hidden">
  <input name="max_age" type="hidden">
  <input name="scope" value="openid profile email realm" type="hidden">
  <input name="state" type="hidden">
  <input name="nonce" value="ZeFcFFVRYWx9AS5Y1wjOC_ppFnwonPkyvULGgZjcm8o" type="hidden">
  <input name="givenName" placeholder="First Name" type="text">
  <input name="familyName" placeholder="Last Name" type="text">
  <input name="email" placeholder="Email" type="text">
  <input name="password" placeholder="Password" type="password">
  <input value="Sign up" type="submit">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment