Authentication sample

Set the login options below to see the LimeGreen authentication module in action. Note the following special provisions that are in place for this demo:

  • Any user id will be accepted as valid. The password is "demo"
  • The standard "Forgot user" and "Forgot password" facilities both accept any email address to send the reminder to
  • When you authenticate via an OAuth2 provider, the demo accepts any valid authentication through any of the available providers, and just displays the email address of the authenticated user. A real usage of the library will obviously only accept an email address that can be associated with a known user
  • We do not store or re-use any email address entered in this demo, and OAuth2 credentials are never visible to this site