Skip to content

Clarify introspection endpoint#701

Merged
RolandGuijt merged 6 commits into
mainfrom
roland/introspect
Apr 30, 2025
Merged

Clarify introspection endpoint#701
RolandGuijt merged 6 commits into
mainfrom
roland/introspect

Conversation

@RolandGuijt
Copy link
Copy Markdown
Contributor

No description provided.

@RolandGuijt RolandGuijt requested a review from Copilot April 30, 2025 10:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR clarifies the documentation for the introspection endpoint by updating the authentication details and associated code snippet examples.

  • Revised the descriptive text to better explain that the ApiResource is used for credentials.
  • Updated the code snippet to use "resource1" in place of "api1" for clarity.
  • Adjusted the example token value in the code snippet to match the updated configuration.

Comment thread src/content/docs/identityserver/reference/endpoints/introspection.md Outdated
Comment thread src/content/docs/identityserver/reference/endpoints/introspection.md Outdated
RolandGuijt and others added 2 commits April 30, 2025 12:13
…ion.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ion.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Member

@maartenba maartenba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of suggested changes, LGTM!

Comment thread src/content/docs/identityserver/reference/endpoints/introspection.md Outdated
Comment thread src/content/docs/identityserver/reference/endpoints/introspection.md Outdated
}
}
```
Here the id used for authentication is the name of the `ApiResource`: "resource1" and the secret the configured secret. The introspection endpoint uses HTTP basic auth to communicate these credentials:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Here the id used for authentication is the name of the `ApiResource`: "resource1" and the secret the configured secret. The introspection endpoint uses HTTP basic auth to communicate these credentials:
In this example, the id used for authentication is the name of the `ApiResource`: "resource1". The secret the configured secret. The introspection endpoint uses HTTP basic auth to communicate these credentials:

Comment thread src/content/docs/identityserver/reference/endpoints/introspection.md Outdated
RolandGuijt and others added 3 commits April 30, 2025 12:50
…ion.md

Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
…ion.md

Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
…ion.md

Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
@RolandGuijt RolandGuijt merged commit 4e76b76 into main Apr 30, 2025
4 of 5 checks passed
@RolandGuijt RolandGuijt deleted the roland/introspect branch April 30, 2025 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants