Quantcast
Channel: Forums - ArcGIS Viewer for Flex
Viewing all articles
Browse latest Browse all 2097

Custom SignInWindow will not go away...?

$
0
0
I am using a custom SignInWindow---with the IdentityManager.instance.enabled = true;
, when I log in as me (the administrator with access to everything) the SignInWindow functions as it should. I enter my user name and password, press ok and I log in and the application behaves as expected.

When another user logs in the SignInWindow comes up normally and functions normally except it won't go away. When you click ok after entering the credentials the SignInWindow appears again....and again....and again.

On the Custom SignInWindow I have a button that allows public users in. Public users only have access to public information. When this button is clicked this code is fired...

//m_idManager.setCredentialForCurrentSignIn(null);
m_idManager.enabled = false;
PopUpManager.removePopUp(this);

and everything works as expected as a public user....

Why won't that SignInWindow go away after entering the correct credentials????

Viewing all articles
Browse latest Browse all 2097

Latest Images

Trending Articles



Latest Images