Hey, I have a question about updating clients - I've been trying to update a client using the ClientConfigurationDbContext but when trying to clear the collection of RedirectUris I end up unable to update them ever again as I get this error.
A relationship from the 'Client_RedirectUris' AssociationSet is in the 'Deleted' state. Given multiplicity constraints, a corresponding 'Client_RedirectUris_Target' must also in the 'Deleted' state.
Looking through the code and the EF namespace, it suggests I should be able to clear these, but using ClientConfigurationDbContext I can't delete the RedirectUris directly myself. Will I have to extend that in order to do so, or am I missing a trick?