diff --git a/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs b/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs index 4dc6d73..4be53f6 100755 --- a/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs +++ b/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs @@ -298,14 +298,16 @@ namespace OwinOAuthProvidersDemo //app.UseOnshapeAuthentication( // appKey: "", - // appSecret: "", - // callbackPath: "/oauthRedirect"); + // appSecret: ""); // - //app.UseOnshapeAuthentication( - // appKey: "", - // appSecret: "", - // callbackPath: "/oauthRedirect", - // hostname: "partner.dev.onshape.com"); + // + //app.UseOnshapeAuthentication(new OnshapeAuthenticationOptions() + //{ + // AppKey = "", + // AppSecret = "", + // CallbackPath = new PathString("/oauthRedirect"), + // Hostname = "partner.dev.onshape.com" + //}); } } }