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
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.