asp.net で DotnetOpenAuth を使用する場合
var request = await Client.PrepareRequestUserAuthorizationAsync(scopes, cancellationToken:Response.ClientDisconnectedToken);
エラーが発生しました:" DotNetOpenAuth.Messaging.ProtocolException: This message can only be sent over HTTPS
"。
設定する場所はどこですか?