-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement
Description
Describe the bug
OAuth2AuthorizationRequest is not extendable
To Reproduce
the following is declaration of AuthorizationRequestRepository and OAuth2AuthorizationRequest is final class.
it means that we can not create new CustomOAuth2AuthorizationRequest which extends OAuth2AuthorizationRequest
public interface AuthorizationRequestRepository <T extends OAuth2AuthorizationRequest>
Expected behavior
OAuth2AuthorizationRequest should not be final class
Metadata
Metadata
Assignees
Labels
in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement