diff --git a/IdentityServer/v7/docs/content/quickstarts/3_api_access.md b/IdentityServer/v7/docs/content/quickstarts/3_api_access.md index c0bdf93f..5eb3587c 100644 --- a/IdentityServer/v7/docs/content/quickstarts/3_api_access.md +++ b/IdentityServer/v7/docs/content/quickstarts/3_api_access.md @@ -153,6 +153,13 @@ And update *src/WebClient/Pages/CallApi.cshtml* as follows:
@Model.Json``` +Also add a link to the new page in *src/WebClient/Shared/_Layout.cshtml* with the following: +```html +