You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ Open the project in your IDE (like Visual Studio or Visual Studio Code) to confi
205
205
1. Open the `TodoListClient\App.Config` file.
206
206
1. Find the key `ida:Tenant` and replace the existing value with your Azure AD tenant name.
207
207
1. Find the key `ida:ClientId` and replace the existing value with the application ID (clientId) of `TodoListClient-ManualJwt` app copied from the Azure portal.
208
-
1. Find the key `todo:TodoListResourceId` and replace the existing value with the App ID URI you registered earlier, when exposing an API. For instance use `api://<application_id>`.
208
+
1. Find the key `todo:TodoListResourceId` and replace the value with the App ID URI you registered earlier, when exposing an API. For instance use `api://<application_id>`.
209
209
1. Find the key `todo:TodoListBaseAddress` and replace the existing value with the base address of `TodoListService-ManualJwt` (by default `https://localhost:44324`).
Copy file name to clipboardExpand all lines: TodoListClient/App.config
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
<addkey="ida:Tenant"value="[Enter tenant name, e.g. contoso.onmicrosoft.com]" />
8
8
<addkey="ida:ClientId"value="[Enter client ID of the TodoListClient-ManualJwt as obtained from Azure Portal, e.g. 82692da5-a86f-44c9-9d53-2f88d52b478b]" />
9
9
<addkey="todo:TodoListResourceId"value="[Enter App ID URI of TodoListService-ManualJwt, e.g. api://{clientID}]" />
thrownewHttpResponseException(newHttpResponseMessage{StatusCode=HttpStatusCode.Unauthorized,ReasonPhrase=$"The Scope claim does not contain '{ClaimConstants.ScopeClaimValue}' or scope claim not found"});
79
+
thrownewHttpResponseException(
80
+
newHttpResponseMessage{
81
+
StatusCode=HttpStatusCode.Unauthorized,ReasonPhrase=$"The Scope claim does not contain '{ClaimConstants.ScopeClaimValue}' or scope claim not found"});
// The ConfigurationManager class holds properties to control the metadata refresh interval. For more details, https://docs.microsoft.com/en-us/dotnet/api/microsoft.identitymodel.protocols.configurationmanager-1?view=azure-dotnet
0 commit comments