Hi everyone,
I've built a WebGIS application using ArcGIS Experience Builder and implemented OAuth 2.0 for user authentication. Every time a user logs in, they are prompted with a permission popup asking to allow access to their ArcGIS Online (or Enterprise) account.
Is there a way to suppress or avoid this popup for a smoother user experience?
Here are some details about my setup:
- The app is registered in the ArcGIS portal with a valid redirect URI.
- I'm using user-based OAuth (authorization code grant).
- The app accesses secured content (not public).
- The domain is added to the portal's trusted servers list.
I’m open to suggestions like using App Login, adjusting scopes, or any best practices others have used to streamline the login process.
Thanks in advance!