Skip to content

Commit 4dc989d

Browse files
RolandGuijtCopilot
andauthored
Update src/content/docs/identityserver/reference/endpoints/introspection.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ba6444c commit 4dc989d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/identityserver/reference/endpoints/introspection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The introspection endpoint requires authentication. Since the request to the int
2121
```cs
2222
new ApiResource("resource1")
2323
{
24-
Scopes = { .. },
24+
Scopes = { "scope1", "scope2" }, // Replace "scope1", "scope2" with the actual scopes required for your API
2525
2626
ApiSecrets =
2727
{

0 commit comments

Comments
 (0)