adding a configurable hostname when creating the onshape owin middleware
This commit is contained in:
@@ -298,7 +298,14 @@ namespace OwinOAuthProvidersDemo
|
||||
|
||||
//app.UseOnshapeAuthentication(
|
||||
// appKey: "",
|
||||
// appSecret: "");
|
||||
// appSecret: "",
|
||||
// callbackPath: "/oauthRedirect");
|
||||
//
|
||||
//app.UseOnshapeAuthentication(
|
||||
// appKey: "",
|
||||
// appSecret: "",
|
||||
// callbackPath: "/oauthRedirect",
|
||||
// hostname: "partner.dev.onshape.com");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user