Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/content/docs/accesstokenmanagement/workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public class WorkerManual : BackgroundService

You can customize some of the per-request parameters by passing in an instance of `ClientCredentialsTokenRequestParameters`. This allows forcing a fresh token request (even if a cached token would exist) and also allows setting a per-request scope, resource and client assertion.

### HTTP factory
### HTTP Factory

If you have set up HTTP clients in the HTTP factory, then no token related code is needed at all, e.g.:

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/content/docs/identityserver/overview/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { LinkCard } from "@astrojs/starlight/components";

You can try Duende IdentityServer with your favourite client library.

We have a test instance at [demo.duendesoftware](https://demo.duendesoftware.com).
We have a test instance at [demo.duendesoftware.com](https://demo.duendesoftware.com).

On the main page you can find instructions on how to configure your client and how to call an API.

Expand Down