Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down