Update auth links

This commit is contained in:
Eilon Lipton 2017-05-11 14:22:39 -07:00 committed by GitHub
parent 778bb3cb11
commit ae02eb436a
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ This project is part of ASP.NET Core. You can find samples, documentation and ge
* Access MusicStore on either the Windows VM IP or (if container is running locally) on the container IP: `docker inspect -f "{{ .NetworkSettings.Networks.nat.IPAddress }}" musicstore_web_1`
## NTLM authentication
More information at [src/MusicStore/StartupNtlmAuthentication.cs](src/MusicStore/StartupNtlmAuthentication.cs).
More information at [samples/MusicStore/StartupNtlmAuthentication.cs](StartupNtlmAuthentication).
## OpenIdConnect authentication
More information at [src/MusicStore/StartupOpenIdConnect.cs](src/MusicStore/StartupOpenIdConnect.cs).
More information at [samples/MusicStore/StartupOpenIdConnect.cs](StartupOpenIdConnect).