After upgrading to 200.7 I am having issues with authentication. I basically now going to a non-stop loop of being asked to login. Logging shows it is the same exact service that is being requested in the ChallengeHandler.
My 200.6 version of the app works as expected
My process is to use the
await ArcGISPortal.CreateAsync(new Uri(_portalUrl), true);
to log into Portal. In 200.6 that is all that is required and then other services load properly.
In 2007 I connect to the portal, I can see valid tokens in AuthenticationManager, but if I try to query a layer I am presented with the authentication dialog over and over
Thanks,
-Joe