remove ref to OWin & changes to AspNet.OAuth.Server

This commit is contained in:
Paul Schneider 2016-06-10 01:14:53 +02:00
commit c2f4a71137
26 changed files with 7097 additions and 1451 deletions

View file

@ -1,5 +1,5 @@
@using Microsoft.AspNet.Http
@using System
@using System
@using System.Security.Claims
@{
var error = Context.Items["oauth.Error"];
@ -12,7 +12,7 @@
<title>Authorize Error</title>
</head>
<body>
<h1>Katana.Sandbox.WebServer</h1>
<h1>Identification & Authentication server</h1>
<h2>OAuth2 Authorize Error</h2>
<p>Error: @error</p>
<p>@errorDescription</p>