Skip to content

Relocate OAuth2TokenFormat #822

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
jgrandja opened this issue Jul 27, 2022 · 1 comment
Closed

Relocate OAuth2TokenFormat #822

jgrandja opened this issue Jul 27, 2022 · 1 comment
Assignees
Labels
type: breaks-passivity A change that breaks passivity with the previous release
Milestone

Comments

@jgrandja
Copy link
Collaborator

jgrandja commented Jul 27, 2022

Move OAuth2TokenFormat to package org.springframework.security.oauth2.server.authorization.settings

Related gh-812

@jgrandja jgrandja added the type: breaks-passivity A change that breaks passivity with the previous release label Jul 27, 2022
@jgrandja jgrandja added this to the 0.4.0-M1 milestone Jul 27, 2022
@jgrandja jgrandja self-assigned this Jul 27, 2022
doba16 pushed a commit to doba16/spring-authorization-server that referenced this issue Apr 21, 2023
@filipemb
Copy link

SET SQL_SAFE_UPDATES = 0;

UPDATE oauth2_registered_client
SET token_settings = REPLACE(
token_settings,
'org.springframework.security.oauth2.core.OAuth2TokenFormat',
'org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat'
);

SET SQL_SAFE_UPDATES = 1;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: breaks-passivity A change that breaks passivity with the previous release
Projects
None yet
Development

No branches or pull requests

2 participants