need to check the sector identifier at some point
parent
914f2e4d93
commit
bdf62eaa36
|
@ -163,6 +163,8 @@ public class ClientDynamicRegistrationEndpoint {
|
||||||
// this client has been dynamically registered (obviously)
|
// this client has been dynamically registered (obviously)
|
||||||
newClient.setDynamicallyRegistered(true);
|
newClient.setDynamicallyRegistered(true);
|
||||||
|
|
||||||
|
// TODO: check and enforce the sector URI if it's not null (#504)
|
||||||
|
|
||||||
// now save it
|
// now save it
|
||||||
ClientDetailsEntity savedClient = clientService.saveNewClient(newClient);
|
ClientDetailsEntity savedClient = clientService.saveNewClient(newClient);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue