Disable SignIn Popup

270
0
07-25-2023 04:02 AM
mohannainar1
New Contributor III

Hi All,

When opening an experience (developer edition) we are getting a popup widow asking us to sign in to ArcGIS Portal. Clicking "Okay" then opens up the panel where we can enter in our credentials but we would like to bypass the initial popup.

In web app builder developer edition we have option to disable this, is there any other way to do the same

        oAuthInfo = new OAuthInfo({
          appId: appId,
          expiration: 14 * 24 * 60 - 1,
          portalUrl: portalUrl,
          authNamespace: '/',
          popup: false,
          popupCallbackUrl: oauthReturnUrl
        });

 

0 Kudos
0 Replies