Skip to content

Make OAuth2ClientAuthenticationToken @Transient #450

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

Merged
merged 1 commit into from
Oct 14, 2021

Conversation

Kehrlann
Copy link
Contributor

@Kehrlann Kehrlann commented Oct 4, 2021

OAuth2ClientAuthenticationToken represents an authentication for an OAuth2 client, specifically when making request to token endpoints (token, introspection, revocation). Those are protected resources and the requests should always be authenticated through OAuth2-specified mechanisms (client_secret, PKCE, mTLS). Client authentications need not be stored in sessions.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Oct 4, 2021
@jgrandja jgrandja added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Oct 14, 2021
@jgrandja jgrandja assigned jgrandja and Kehrlann and unassigned jgrandja Oct 14, 2021
@jgrandja jgrandja added this to the 0.2.1 milestone Oct 14, 2021
@jgrandja jgrandja merged commit 26f15b9 into spring-projects:main Oct 14, 2021
@jgrandja
Copy link
Collaborator

Thanks for the PR @Kehrlann ! This is now in main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants