Skip to content

OAuth2AuthorizationRequest is not extendable  #15354

Closed
@aranoverse

Description

@aranoverse

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)status: declinedA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions