OAuth token only for valid redirect_uri

Issue #43 resolved
Luke Horsley repo owner created an issue

The OWIN OAuth library supports only allowing tokens to be issued to valid redirect urls. Add this functionality using an appSetting for the website, then only validate if the website URL is the base of the redirect URL.

Comments (1)

  1. Log in to comment