在 asp.net 上使用 DotnetOpenAuth
var request = await Client.PrepareRequestUserAuthorizationAsync(scopes, cancellationToken:Response.ClientDisconnectedToken);
发生错误:“ DotNetOpenAuth.Messaging.ProtocolException: This message can only be sent over HTTPS
”。
哪里可以设置?