Hoppa till huvudinnehållet

accessing secured services and GCX security provider

Kommentarer

10 kommentarer

  • Permanently deleted user

    Hi Heather,

    It looks like you must configure the proxy page for the HTML5 viewer to be able to load secured sites.

    I noticed in the configuration for the viewer that is not prompting for credentials, that there is no proxy specified. Can you try enabling the proxy for the Emergency Services site, and see if that makes a difference?

    -Victoria

    0
  • Permanently deleted user

    Victoria, thank you for your response. I went down another rabbit hole today, but will give the proxy page a try.

    0
  • Permanently deleted user

    Thank you, that seems to have worked! I set up the default proxy as per the HTML5 documentation, got the credentials prompt and was able to log in.

    0
  • Permanently deleted user

    I had to do one more thing to get my workflow on these sites to work. I have an address search with an autocomplete box for street name, and that layer is in the secured service, so I was getting security prompts at weird junctures. I found a variety of threads on the forums and came up with the following, which seems to work, although I'm not sure why or whether there is a cleaner way.

    1) I added a Generate Token activity before the  Display Form activity. For future workflow novices like me, the settings were:

    Token service URL: "http://<servername - actually fully qualified in my case>/arcgis/tokens"

     

    User Name/password: "valid user"/"pw" on the ArcGIS secured service

     

    IP Address: blank

     

    Referrer: blank

     

    Expiration: blank

     

    Token: _token (variable name)

    2) Then I added at Runtime Modification to the Display Form activity.

    Assign activity

     

    form.Find(of AutoCompleteBoxFormItem)("AutoCompleteBox1").Token = _token

     

    where "AutoCompleteBox1" is the name of the form element, and _token the variable containing the Token generated earlier.

    Hope this helps someone else.

    0
  • James Landwehr

    /customer/servlet/servlet.FileDownload?file=00P6000000eluKxEAI I too am trying to get global search to work against secured services, and am wondering if you ever got it to work? For my workflows, I added the token variable in and got them all to work, but when I key an address in the global search I am getting an authentication screen as seen below. In short, how are tokens passed to the Global Search? Thanks for any help.

    0
  • Permanently deleted user

    Jim, I did not get the global search to work with secured services. I unsecured all services but the one I *have* to, and made that one not globally searchable.

    0
  • James Landwehr

    Heather,

    Thanks much for your reply. That seems like an undesirable solution to a software  shortcoming. Hopefully the issue will be addressed in a future release. Until then I guess I'll have to disable the global search module.

    Thanks again.

    0
  • Permanently deleted user

    This issue is due to a bug which has been fixed for version 1.3 of the HTML5 Viewer, which should be released soon.

    -Victoria

    0
  • Permanently deleted user

    Hi Jim and Heather,

    We've fixed an issue where tokens were not getting passed correctly with the global search as part of the 1.3.1 version of the HTML5 Viewer, which is now available for download. This should allow you to search your secured services.

    0
  • Permanently deleted user

    I can confirm the 1.3.1 fixed our searching problems with secure services - which is all the services in map.

    0

Du måste logga in om du vill lämna en kommentar.