You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: