Geoserver ArcGIS Online WFS

1622
1
10-12-2016 01:19 AM
MattTurner
New Contributor

Hello,

we are having a lot of difficulty trying to display a WFS from Geoserver on an ArcGIS Online webmap. We have narrowed it down to an authentication issue.

How do we pass the authentication to Geoserver when trying to add the WFS?

Do we have to add it as a custom parameter some how - as it doesnt seem to work.

Regards

Matt

1 Reply
ChrisWhitmore
Esri Regular Contributor

Hi Matt,

What type of authentication is the WFS using? If it's token based, you should be able to specify a custom parameter which will then include a token in each request. For ex:

parameter: token

value: ABCDEFG

Note, the same token will be used for all requests. If you save the custom parameters in the web map, anyone viewing the web map will use the same token.

thanks,

Chris

0 Kudos