Skip to content
This repository has been archived by the owner on Nov 19, 2017. It is now read-only.

Commit

Permalink
Hopefully fixes bug #139
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Feb 18, 2014
1 parent c94f7f8 commit 2bf46fd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ public ActionResult Index(string appName, AuthorizeRequest request)
}

Tracing.Verbose("No consent configured for application/client");


// workaround for bug #139
validatedRequest.RequestedRefreshTokenExpiration = DateTime.UtcNow.AddYears(50);
return PerformGrant(validatedRequest);
}

Expand Down

0 comments on commit 2bf46fd

Please sign in to comment.