Edit readme

This commit is contained in:
Hao Kung 2018-05-04 11:04:11 -07:00 committed by GitHub
parent a941f3c712
commit c311771b32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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