diff --git a/samples/SocialSample/Startup.cs b/samples/SocialSample/Startup.cs
index 3f64d813da..7c1dd9d8db 100644
--- a/samples/SocialSample/Startup.cs
+++ b/samples/SocialSample/Startup.cs
@@ -238,7 +238,7 @@ namespace SocialSample
foreach (var provider in await schemeProvider.GetAllSchemesAsync())
{
// REVIEW: we lost access to display name (which is buried in the handler options)
- await context.Response.WriteAsync("" + (provider.Name ?? "(suppressed)") + "
");
+ await context.Response.WriteAsync("" + (provider.DisplayName ?? "(suppressed)") + "
");
}
await context.Response.WriteAsync("