I have an experience builder application built in the most recent developer edition. I would like to deploy the application to a private web server and not have my users login (use the app anonymously), but also not make the ArcGIS Online assets public. Is there some way to achieve this with developer credentials in ArcGIS Online? Can I embed an API key somewhere in a web.config or json file output from the Experience Builder so app users aren't prompted to login?
I have asked a very similar question in the past. The short answer is no, users will have to login, unless its publicly shared. I have been curious in finding workarounds to storing credentials or finding credentials (user-password and or SAML Login) to automate the login process so it still acts as if you are opening a link "anonymously". Definitely subscribing to see what anyone else has to say.