Skip to content

Support @ClientRegistrationId at Class Level #17806

@rwinch

Description

@rwinch

So that users do not need to repeat the annotation for every method, we should support adding @ClientRegistrationId at the class level.

HINT If not found on the method, we should check the interface that declares the method

ClientRegistrationId registeredId = AnnotationUtils.findAnnotation(method, ClientRegistrationId.class);

cc @joshlong

Metadata

Metadata

Assignees

Labels

in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)status: ideal-for-contributionAn issue that we actively are looking for someone to help us withtype: enhancementA general enhancement

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions