Skip to content

document default paths #1613

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
xenoterracide opened this issue May 10, 2024 · 1 comment
Closed

document default paths #1613

xenoterracide opened this issue May 10, 2024 · 1 comment
Assignees
Labels
status: invalid An issue that we don't feel is valid

Comments

@xenoterracide
Copy link

xenoterracide commented May 10, 2024

I feel like the protocol endpoints reference documentation should contain the actual default path components for the urls. I'm making the assumption that there are defaults if not using spring boot, but even if that's not true it would be convenient to list spring boots defaults as well as the expected default request/response arguments. It took a lot of digging to find those and is currently taking experimentation and 3rd party documentation to discern usage.

https://docs.spring.io/spring-authorization-server/reference/protocol-endpoints.html

I found them starting here. https://docs.spring.io/spring-boot/docs/current/reference/html/application-properties.html#application-properties.security.spring.security.oauth2.authorizationserver.endpoint.authorization-uri

Unfortunately that does not tell me what parameters are expected, or any json, etc, I'm expected to get in response.

Related to #1600 or perhaps rephrasing of

org.springframework.security:spring-security-oauth2-authorization-server:1.2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
@xenoterracide xenoterracide added the type: enhancement A general enhancement label May 10, 2024
@jgrandja
Copy link
Collaborator

@xenoterracide

I feel like the protocol endpoints reference documentation should contain the actual default path components for the urls

It's documented in the "Configuration Model" section under Configuring Authorization Server Settings.

Unfortunately that does not tell me what parameters are expected, or any json, etc, I'm expected to get in response.

The request and response parameters for each of the Protocol Endpoints are not documented in the reference documentation as that would be a duplication of effort from what's already documented in the associated spec. For example, if you're looking for request and response parameters for the authorization or token endpoint, then please refer to The OAuth 2.1 Authorization Framework.

@jgrandja jgrandja self-assigned this May 13, 2024
@jgrandja jgrandja added status: invalid An issue that we don't feel is valid and removed type: enhancement A general enhancement labels May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: invalid An issue that we don't feel is valid
Projects
None yet
Development

No branches or pull requests

2 participants