diff --git a/aspnetcore/security/enforcing-ssl.md b/aspnetcore/security/enforcing-ssl.md index bb0472a8b9..039f3f2007 100644 --- a/aspnetcore/security/enforcing-ssl.md +++ b/aspnetcore/security/enforcing-ssl.md @@ -14,6 +14,8 @@ uid: security/enforcing-ssl --- # Enforcing SSL in an ASP.NET Core app +By [Rick Anderson](https://twitter.com/RickAndMSFT) + This document shows how to: - Require SSL for all requests (HTTPS requests only). @@ -43,4 +45,4 @@ Requiring HTTPS globally (`options.Filters.Add(new RequireHttpsAttribute());`) i * Check **Enable SSL** * Copy the SSL URL and paste it into the **App URL** -![Debug tab of web application properties](enforcing-ssl/_static/ssl.png) \ No newline at end of file +![Debug tab of web application properties](enforcing-ssl/_static/ssl.png)