Posted on: 12/10/2014 10:03:03 AM | Views : 861

Hey All
I try to create an application Server with the new asp.net 5 vnext Version.
In the former (or actual:) Microsoft.Owin.Security.OAuth Framework is the possibility included to create a OAuthAuthorizationServer via:
app.UseOAuthAuthorizationServer(new OAuthAuthorizationServerOptions { ... });
When I add the beta release of Microsoft.AspNet.Security.OAuth to my Project, the OAuthAuthorziationServer / Options are not there...
How can I configure my web Project to use OAuthAuthorizationServer?
Go to the complete details ...