Hello,
I have a WebApp Application that I created using the Web AppBuilder, that point to a private map under my organization.
My goal with this is be able to open the WebApp without login, but I is not working.
My proxy (I'm using the Java implementation) configuration is:
<serverUrl url="https://org.maps.arcgis.com"
matchAll="true"
clientId="xyz"
clientSecret="ZZZZZZZZZZZZZZZZZ"
username="user"
password="pass"
tokenServiceUri="https://org.maps.arcgis.com/sharing/rest/generateToken"
/>
The Proxy seems that is working fine, but, when I try to open the WebApp I a box like this before see the WebApp:

Does anyone have any know what I am missing here?
Thank you in advance!