Hi there,
I've developed a UWP app using the Esri.ArcGISRuntime.UWP v100.7.0 nuget. This app connects to our Portal 10.7.1 using SAML just fine when running in Visual Studio. However, when it is deployed (two machines so far), the SAML login window in the app displays a message that it is... unable to connect to the service.
- (I will try to get an image of the error to post here.)
- I will test with connecting to AGOL today.
- The app is able to download data from our rest api over http
This app is working within our companies network and our Portal is using AzureAD users. Does the app need to be registered with our AzureAD as well? That is a question I've been formulating for our IT department.
What would cause the SAML WebAuth to work on my machine in VS but not in the deployed apps (Windows 10 w/ cert installed to trust app)?
Thanks!
Rich