<?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: Detect Authentication Challenge from Feature Layer? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detect-authentication-challenge-from-feature-layer/m-p/101026#M2563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The simplest way to activate the IdentityManager is to initialize a challenge method using the built-in SignInDialog (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#SignInDialogSimple" rel="nofollow" target="_blank"&gt;sample&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Something like:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;IdentityManager.Current.ChallengeMethod = SignInDialog.DoSignIn;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The sign in dialog will automatically show up when an authentication is needed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For advanced scenarios, you can also create you own challenge method and react differently depending on the server url.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Nov 2012 13:06:59 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2012-11-06T13:06:59Z</dc:date>
    <item>
      <title>Detect Authentication Challenge from Feature Layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detect-authentication-challenge-from-feature-layer/m-p/101023#M2560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to Detect Authentication Challenge from a feature layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then i can make the sign in dialog visible only whenever this challenge happens?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 17:55:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detect-authentication-challenge-from-feature-layer/m-p/101023#M2560</guid>
      <dc:creator>MattMiley</dc:creator>
      <dc:date>2012-11-01T17:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Detect Authentication Challenge from Feature Layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detect-authentication-challenge-from-feature-layer/m-p/101024#M2561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't think that this is what you are looking for but you could programmatically send an HTTP request to the feature layer(s) and parse the response(s) yourself.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 18:28:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detect-authentication-challenge-from-feature-layer/m-p/101024#M2561</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2012-11-01T18:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Detect Authentication Challenge from Feature Layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detect-authentication-challenge-from-feature-layer/m-p/101025#M2562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I don't think that this is what you are looking for but you could programmatically send an HTTP request to the feature layer(s) and parse the response(s) yourself.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That just sounds like too much work, I guess I hoping for some kind of event to be able to watch for to know when to display the signin dialog and or make it disappear whenever there aren't any layers challenging for Authentication.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 18:46:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detect-authentication-challenge-from-feature-layer/m-p/101025#M2562</guid>
      <dc:creator>MattMiley</dc:creator>
      <dc:date>2012-11-01T18:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Detect Authentication Challenge from Feature Layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detect-authentication-challenge-from-feature-layer/m-p/101026#M2563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The simplest way to activate the IdentityManager is to initialize a challenge method using the built-in SignInDialog (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#SignInDialogSimple" rel="nofollow" target="_blank"&gt;sample&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Something like:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;IdentityManager.Current.ChallengeMethod = SignInDialog.DoSignIn;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The sign in dialog will automatically show up when an authentication is needed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For advanced scenarios, you can also create you own challenge method and react differently depending on the server url.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 13:06:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/detect-authentication-challenge-from-feature-layer/m-p/101026#M2563</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-11-06T13:06:59Z</dc:date>
    </item>
  </channel>
</rss>

