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:
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!
Yeah there's a way! First, go into the app you have registered in your Portal/AGOL and find the AppID:
Then, after you download the app data and have hosted it on your server, open the app's cdn folder and find the config.json:
From there, search for 'ClientID' and add the app ID into that parameter