Esri / geoportal-server

Geoportal Server is a standards-based, open source product that enables discovery and use of geospatial resources including data and services.
https://gptogc.esri.com/geoportal
Apache License 2.0
244 stars 149 forks source link

Is it possible to create resource from secure arcgis service url that require user&pw to access? #199

Closed mariczone closed 8 years ago

mariczone commented 8 years ago

I need to register metadata from secure arcgis service that require user and password. How I do that?

thanks you.

mhogeweg commented 8 years ago

you would have to fill in metadata for the service using the online editor or upload an XML. The geoportal server does not store passwords to secure services or such. Using the editor (or XML upload) you can register the link.

mariczone commented 8 years ago

Thank @mhogeweg