Skip to content

Add request token with code example to DefaultAuthorizationServerApplicationTests #1976

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

Conversation

DevDengChao
Copy link
Contributor

Add an example request to guide newcomers on what to do next.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 17, 2025
// ==============================================================================================

// get code parameter value form location
String query = new URL(location).getQuery();
Copy link
Collaborator

Choose a reason for hiding this comment

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

The purpose of this test is to ensure the Authorization Response (with code) is redirected back to the client application after sending the Authorization Request. The Access Token request is not meant to be used in this test.

@jgrandja
Copy link
Collaborator

Closing as per comment.

@jgrandja jgrandja closed this Apr 29, 2025
@jgrandja jgrandja added status: declined A suggestion or change that we don't feel we should currently apply and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 29, 2025
@jgrandja jgrandja self-assigned this Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: declined A suggestion or change that we don't feel we should currently apply
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants