From 9973f7d28f22a9dc3328c31abd4820ba4137a994 Mon Sep 17 00:00:00 2001 From: WataruHaniyama Date: Mon, 29 Nov 2021 22:44:16 +0900 Subject: [PATCH] Fix Web API port Web API is hosted port 44351 by default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 757c11a..32ce0b1 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ dotnet run ### Configure the Web API -1. We'd first replicate the experience of an admin configuring the auth contexts. For that, browse to `https://localhost:44321` and sign-in using a tenant Admin account. Click on the **Admin** link on the menu. +1. We'd first replicate the experience of an admin configuring the auth contexts. For that, browse to `https://localhost:44351` and sign-in using a tenant Admin account. Click on the **Admin** link on the menu. ![Overview](./ReadmeFiles/Admin.png) 2. As a first step, you will ensure that a set of Auth Context is already available in this tenant. Click the **CreateOrFetch** button to check if they exist. If they don't , the code will create three sample auth context entries for you. These three entires are named `Require strong authentication`, `Require compliant devices` and `Require trusted locations`.