Skip to content

Commit 005ee2a

Browse files
committed
Fixed document link to full path, not relative
1 parent c28a46a commit 005ee2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • astro/src/content/docs/identityserver/tokens

astro/src/content/docs/identityserver/tokens/cors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ What this means is that you can also implement the `ICorsPolicyProvider`, but it
9595
IdentityServer in the service provider (e.g. in `ConfigureServices`).
9696

9797
:::note
98-
IdentityServer requires a `ICorsPolicyService` implementation to control CORS for the endpoints it hosts, like the [OIDC Token](../../identitymodel/endpoints/token.md) and [OIDC UserInfo](../../identitymodel/endpoints/userinfo.md) endpoints. If you prefer to use ASP.NET Core's CORS Policy programming model, you will also need to add a `ICorsPolicyService` implementation for any CORS settings on the IdentityServer endpoints.
98+
IdentityServer requires a `ICorsPolicyService` implementation to control CORS for the endpoints it hosts, like the [OIDC Token](/identitymodel/endpoints/token.md) and [OIDC UserInfo](/identitymodel/endpoints/userinfo.md) endpoints. If you prefer to use ASP.NET Core's CORS Policy programming model, you will also need to add a `ICorsPolicyService` implementation for any CORS settings on the IdentityServer endpoints.
9999
:::

0 commit comments

Comments
 (0)