From e322ec180d898872bc28037a95a2a4a8deb77bf5 Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Mon, 1 Jul 2024 13:14:26 +0200 Subject: [PATCH] Link to section on same page --- .../protected-content-in-the-delivery-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/umbraco-cms/reference/content-delivery-api/protected-content-in-the-delivery-api.md b/12/umbraco-cms/reference/content-delivery-api/protected-content-in-the-delivery-api.md index d21cd4936fc..3cd39b07c3a 100644 --- a/12/umbraco-cms/reference/content-delivery-api/protected-content-in-the-delivery-api.md +++ b/12/umbraco-cms/reference/content-delivery-api/protected-content-in-the-delivery-api.md @@ -367,7 +367,7 @@ The Delivery API Swagger document can be configured to support member authentica Before we can do that, we need two things in place: -1. We have to implement a login page [as described above](./#logging-in-members). +1. We have to implement a login page [as described above](#logging-in-members). 2. We must add `https://{server-host}/umbraco/swagger/oauth2-redirect.html` to the configured `LoginRedirectUrls`. With these in place, we can enable member authentication in Swagger for the Delivery API by adding the following to `Startup.cs`: