diff --git a/samples/SocialSample/Startup.cs b/samples/SocialSample/Startup.cs index 22c0e44a0a..eb6c74563b 100644 --- a/samples/SocialSample/Startup.cs +++ b/samples/SocialSample/Startup.cs @@ -15,6 +15,7 @@ using Newtonsoft.Json.Linq; namespace CookieSample { + /* Note all servers must use the same address and port because these are pre-registered with the various providers. */ public class Startup { public void ConfigureServices(IServiceCollection services) @@ -242,4 +243,4 @@ namespace CookieSample }); } } -} \ No newline at end of file +}