Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.
This repository was archived by the owner on May 31, 2022. It is now read-only.

Can not override RemoteTokenServices #158

@ArtyomGabeev

Description

@ArtyomGabeev

Enhancement

Hi,
In ResourceServerTokenServicesConfiguration on missing condition is missed over RemoteTokenServices, so there is not way to override it.

I have also tries with Primary bean annotation, but context initialization failed.

I think we need to add @ConditionalOnMissingBean(ResourceServerTokenServices.class) like for all other implementation in this configuration class.

Thanks

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions