AspNetCore.Docs/aspnetcore/security/authentication/social
Luke Latham 8031f63a22 Surface Forward Headers in ext auth provider topics (#9554)
Fixes #9549 

* Not a full UE pass on the group of external provider topics ... don't quite have time for that right now. However, I do hit a number of small UE-type updates.
* Engineering: You only need to look at one thing here: See the *forwarded-headers-middleware.md* file. The content of the file is below. The INCLUDE is linked into the external auth provider topics to surface Forwarded Headers Middleware (proxy/LB topic).

> \#\# Forward request information with a proxy or load balancer
>
> If the app is deployed behind a proxy server or load balancer, some of the original request information might be forwarded to the app in request headers. This information usually includes the secure request scheme (\`https\`), host, and client IP address. Apps don't automatically read these request headers to discover and use the original request information.
>
> The scheme is used in link generation that affects the authentication flow with external providers. Losing the secure scheme (\`https\`) results in the app generating incorrect insecure redirect URLs.
>
> Use Forwarded Headers Middleware to make the original request information available to the app for request processing.
>
> For more information, see \<xref:host-and-deploy/proxy-load-balancer>.

If it's easier to provide feedback in a comment here over hunting down the file on the diff, that works for me.
2018-11-14 15:58:01 -06:00
..
additional-claims/samples/2.x/AdditionalClaimsSample delete map and min files (#9310) 2018-10-31 14:26:48 -10:00
includes Surface Forward Headers in ext auth provider topics (#9554) 2018-11-14 15:58:01 -06:00
index/_static Remove unused sample file (#5489) (#5497) 2018-02-16 17:09:38 -10:00
additional-claims.md Surface Forward Headers in ext auth provider topics (#9554) 2018-11-14 15:58:01 -06:00
facebook-logins.md Surface Forward Headers in ext auth provider topics (#9554) 2018-11-14 15:58:01 -06:00
google-logins.md Surface Forward Headers in ext auth provider topics (#9554) 2018-11-14 15:58:01 -06:00
index.md Surface Forward Headers in ext auth provider topics (#9554) 2018-11-14 15:58:01 -06:00
microsoft-logins.md Surface Forward Headers in ext auth provider topics (#9554) 2018-11-14 15:58:01 -06:00
other-logins.md Surface Forward Headers in ext auth provider topics (#9554) 2018-11-14 15:58:01 -06:00
twitter-logins.md Surface Forward Headers in ext auth provider topics (#9554) 2018-11-14 15:58:01 -06:00