OAuth Pop-up window not showing

3394
11
Jump to solution
01-03-2018 12:12 PM
MansiShah
New Contributor III

I have come across a couple of discussions here that talk about how to disable the OAuth pop up window that asks the user for their username and password but I was wondering if anything can help me with the opposite version of that problem? I want the popup to appear but it doesn't on my app. I have configured the redirect Url's (based on the discussion here: https://community.esri.com/thread/119526 ), I have also unchecked that box that allows for anonymous access. The app recognizes there are certs associated with the browser but does anyone know what else I would have to do to get the pop up window to show up?

Thank you. 

Tags (3)
0 Kudos
11 Replies
RobertScheitlin__GISP
MVP Emeritus

Mansi,

   No there is no documentation for the jimu class PortalUser.

Here is a thread where I show it's use:

WAB get Portal user groups when map loads 

Here is another thread:

https://community.esri.com/thread/166704 

0 Kudos
MansiShah
New Contributor III

Got it. The problem was changing the privacy settings on the map. I had the application on private but the map itself wasn't. I had to change the settings of the map that I got to using the itemId in config.json. 

Thanks you.