From c311771b3254a1358f92d8b304cebd88caaa1751 Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Fri, 4 May 2018 11:04:11 -0700 Subject: [PATCH] Edit readme --- samples/PathSchemeSelection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/PathSchemeSelection/README.md b/samples/PathSchemeSelection/README.md index d9c0947b5e..74e4cd139b 100644 --- a/samples/PathSchemeSelection/README.md +++ b/samples/PathSchemeSelection/README.md @@ -3,7 +3,7 @@ AuthSamples.PathSchemeSelection Sample demonstrating selecting between cookie and another authentication scheme based on the request: -Cookie flow is the same, but notice in Startup how the "Request" virtual scheme is now the default scheme +Cookie flow is the same, but notice in Startup how requests that start with /api are forwarded to the api scheme. 1. Run the app and click on the MyClaims tab, this should trigger a redirect to login. 2. Login with any username and password, the sample just validates that any values are provided. 3. You should be redirected back to /Home/MyClaims which will output a few user claims from the cookie