Hi all,
we have integrated geonetwork in our ASP.NET application.
Now we would like to have an autologin, based on the users passed on the url (we think to have 2 kind of users, admin and consultant).
Colud u give me some advice on how to do that (till now we have programmed in .NET environment, so at the moment we aren't very familiar
with java/geonetwork....) ?
Thanks in advance
Piero
Hi Piero,
there is an xml service, named 'xml.user.login' which can be usefull.
This service needs 2 parameters: 'username' and 'password'.
The return xml is <ok/> if the login was successfull.
Cheers,
Andrea
Hi all,
we have integrated geonetwork in our ASP.NET application.
Now we would like to have an autologin, based on the users passed on the
url (we think to have 2 kind of users, admin and consultant).
Colud u give me some advice on how to do that (till now we have
programmed in .NET environment, so at the moment we aren't very familiar
with java/geonetwork....) ?
Thanks in advance
Piero