User-1351630974 posted
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?
Is this up to now not possible? Too early ?? :)
Thanks for any help.