I am having an issue outlined here:
https://community.esri.com/t5/arcgis-rest-api-questions/getting-token-generatetorken-in-c-from-windows-authenticated/td-p/1012188
This is really associated to using rest from C#, but thought maybe someone here has had a similar experience. Plus I figure the Runtime API has to be doing something similar and things work from Runtime
Thoughts?
For anyone interested
Would seem you need to tell the HttpClient to use DefaultCredentials
using HttpClient httpClient = new HttpClient(new HttpClientHandler{UseDefaultCredentials = true});
Took some looking at decompiled Runtime code to find that
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.