You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.