|
|
@ -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);
|
|
|
|
|
|
|
|
|
|
|
|