idbind / identity-binder

Service for binding identities across multiple identity providers for the same user.
Other
6 stars 1 forks source link

use generic interfaces in OAuthProtectedResourceConfiguration #35

Closed wikkim closed 9 years ago

wikkim commented 9 years ago

the clientConfigurationService and serverConfigurationService should use generic interfaces for good Spring-ness.

Probably look into @Primary annotation to qualify which bean to use.

wikkim commented 9 years ago

also related to #34. we switched to dynamic registration client configuration but didnt change the reference here. Again, defeats the purpose of Spring to be calling specific class here.

wikkim commented 9 years ago

resolved by 003d1ac3499692e0728b80c4833bc44b0df6f787