<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Customizing the Identity Manager (API 3.0) in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/customizing-the-identity-manager-api-3-0/m-p/334342#M8021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Set the "signInWindowClass" property:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/components/IdentityManager.html#signInWindowClass" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/components/IdentityManager.html#signInWindowClass&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2012 17:50:43 GMT</pubDate>
    <dc:creator>DasaPaddock</dc:creator>
    <dc:date>2012-10-22T17:50:43Z</dc:date>
    <item>
      <title>Customizing the Identity Manager (API 3.0)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/customizing-the-identity-manager-api-3-0/m-p/334341#M8020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to take advantage of the Identity Manager but I'm having difficulty figuring out how to customize the title window for the Identity Manager.&amp;nbsp; I've tracked down the SignInWindow class and made changes, but how do I get my custom class work with the Identity Manager?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 13:12:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/customizing-the-identity-manager-api-3-0/m-p/334341#M8020</guid>
      <dc:creator>BethManghi</dc:creator>
      <dc:date>2012-10-22T13:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing the Identity Manager (API 3.0)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/customizing-the-identity-manager-api-3-0/m-p/334342#M8021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Set the "signInWindowClass" property:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/components/IdentityManager.html#signInWindowClass" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/components/IdentityManager.html#signInWindowClass&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 17:50:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/customizing-the-identity-manager-api-3-0/m-p/334342#M8021</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-10-22T17:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing the Identity Manager (API 3.0)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/customizing-the-identity-manager-api-3-0/m-p/334343#M8022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your response, Dasa!&amp;nbsp; I finally got it working after setting the class this way:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IdentityManager.instance.signInWindowClass = skins.supportClasses.SignInCustom;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 20:44:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/customizing-the-identity-manager-api-3-0/m-p/334343#M8022</guid>
      <dc:creator>BethManghi</dc:creator>
      <dc:date>2012-10-22T20:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing the Identity Manager (API 3.0)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/customizing-the-identity-manager-api-3-0/m-p/334344#M8023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Beth and Dasa.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would either of you be able to clarify this example a little bit more; I'm still having a little trouble wrapping my head around how to make this whole login window work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the source code to the Flexviewer application, and my application is a modified version of this using some custom widget containers I have designed.&amp;nbsp; I therefore copied the SignInWindow class into src/com/esri/viewer/skins directory in order to have access to it in my project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am presuming that the whole IdentityManager functionality checks against users that are created within ArcGIS Server Manager, correct? (I have users created there and the server enabled to utilize those users as opposed to Windows domain users)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still baffled as to how I might have the sign-in window appear and challenge the user when they access my viewer.&amp;nbsp; I am not certain where I place the "IdentityManager.instance.signInWindowClass =skins.CustomSignInWindow;" or the "import com.esri.ags.components.IdentityManager;".&amp;nbsp; Does something like this go in the &amp;lt;index.mxml&amp;gt; component?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am of course looking to limit users utilizing the viewer and services it provides, but I am hopeful that by logging in, I can access their username/login within my application.&amp;nbsp; That is the username will be an email address, which I would like to be able to pass to a widget they will access, which in turn will pass that along to a custom GP service.&amp;nbsp; Once the user successfully logs in, how am I able to access the username information in this manner?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any thoughts and guidance on this.&amp;nbsp; If you need any more elaboration/clarification, please let me know; I'll try my best to explain better.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 15:29:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/customizing-the-identity-manager-api-3-0/m-p/334344#M8023</guid>
      <dc:creator>BrianKraus</dc:creator>
      <dc:date>2013-03-25T15:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing the Identity Manager (API 3.0)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/customizing-the-identity-manager-api-3-0/m-p/334345#M8024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd set the "signInWindowClass" property after this line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/Esri/arcgis-viewer-flex/blob/3.2-src/src/com/esri/viewer/ViewerContainer.mxml#L109"&gt;https://github.com/Esri/arcgis-viewer-flex/blob/3.2-src/src/com/esri/viewer/ViewerContainer.mxml#L109&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After the user signs in, you can call "findCredential" to get the Credential which includes a "userId" property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/components/IdentityManager.html#findCredential()"&gt;http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/components/IdentityManager.html#findCredential()&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 00:29:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/customizing-the-identity-manager-api-3-0/m-p/334345#M8024</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2013-03-29T00:29:38Z</dc:date>
    </item>
  </channel>
</rss>

