Is it possible to add the Arcgis Online authentication to a Streamlit (python) or Shiny (R) application that is externally hosted (example in Heroku)?
And have this application registered in the Arcgis Online "My Content" tab?
What would be the best way to include the authentication method to a python or R application?
What I would like to achieve is that once the user opens the application they would be prompted to login to my organizational Arcgis Online and once logged in successfully get granted access to the application and some of the services shared with the user in Arcgis Online.
Did you managed to get that working?