need to check the sector identifier at some point

pull/516/head
Justin Richer 2013-09-10 16:35:51 -04:00
parent 914f2e4d93
commit bdf62eaa36
1 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,8 @@ public class ClientDynamicRegistrationEndpoint {
// this client has been dynamically registered (obviously)
newClient.setDynamicallyRegistered(true);
// TODO: check and enforce the sector URI if it's not null (#504)
// now save it
ClientDetailsEntity savedClient = clientService.saveNewClient(newClient);