If i build an app with web app builder tool, and host it in our server. Can i make anyone access the app without having an esri account username? If not possible, is the Java script api will help me to build an app open for public.
Thanks,
Solved! Go to Solution.
Services hosted on ArcGIS Server have the ability to be secured using ArcGIS Server security. This is very different than SSL.
I believe the ArcGIS portal cause the issue. Because I see anonymous can't access the portal home page, and also ask them to enter a username and password before even showing the page. Actually, I set the portal to allow anonymous access, but I don't know why it's not allow everyone to access the organizational page. Is this is an issue with the setting?
Sounds like it. Do you have "Allow access to the organization through HTTPS only" checked on your orgs security tab?
Yea both are checked. Allow HTTPS only, and Allow anonymous access to your portal
So back to my other question have you secured any of your services on your ArcGIS Server that are used in the web map that your WAB points to?
No
In your web map are the layer(s) coming from ArcGIS Server or AGOL?
I found out IIS was disable for anonymous to access portal. I enable it, and Its working fine now.
Thank you.