InMemoryReactiveClientRegistrationRepository should check for duplicates #7338
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Milestone
It's likely a misconfiguration to construct a
ClientRegistration
repository with duplicate primary keys.As such,
InMemoryClientRegistrationRepository
fails if two registrations with the same id are provided.InMemoryReactiveClientRegistrationRepository
does not do this, but it should.The text was updated successfully, but these errors were encountered: