<?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 Accessing secure ressources in a cross platform project (v100.0) in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/accessing-secure-ressources-in-a-cross-platform/m-p/369601#M4382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to do a simple cross platform app that consumes secure resources onan arcgis online oragnization.&lt;/P&gt;&lt;P&gt;I use Authentication Manager in my shared project to access secure ressources. The UWP app automatically prompts the user to provide login/password info. It's pretty straightforward.&lt;/P&gt;&lt;P&gt;I thought it would act the same way on a Xamrin.Android app but id doesn't.&lt;/P&gt;&lt;P&gt;Am I wrong?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to do a cross platform project (Xamarin.Forms), but Android project&amp;nbsp;doesn't act the same way. It doesn't prompt the user for login/password. Do I have to handle it by defining a challenge handler (so a custom UI) to let the user enter his login/password)?&lt;/P&gt;&lt;P&gt;Why?&lt;/P&gt;&lt;P&gt;Thanks in advance for any clarification on this.&lt;/P&gt;&lt;P&gt;Will the upcoming toolkit make this easier?&lt;/P&gt;&lt;P&gt;Is there any other things to consider when developping a cross platform app ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;olivier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Dec 2016 11:39:52 GMT</pubDate>
    <dc:creator>OlivierROSSINI</dc:creator>
    <dc:date>2016-12-27T11:39:52Z</dc:date>
    <item>
      <title>Accessing secure ressources in a cross platform project (v100.0)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/accessing-secure-ressources-in-a-cross-platform/m-p/369601#M4382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to do a simple cross platform app that consumes secure resources onan arcgis online oragnization.&lt;/P&gt;&lt;P&gt;I use Authentication Manager in my shared project to access secure ressources. The UWP app automatically prompts the user to provide login/password info. It's pretty straightforward.&lt;/P&gt;&lt;P&gt;I thought it would act the same way on a Xamrin.Android app but id doesn't.&lt;/P&gt;&lt;P&gt;Am I wrong?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to do a cross platform project (Xamarin.Forms), but Android project&amp;nbsp;doesn't act the same way. It doesn't prompt the user for login/password. Do I have to handle it by defining a challenge handler (so a custom UI) to let the user enter his login/password)?&lt;/P&gt;&lt;P&gt;Why?&lt;/P&gt;&lt;P&gt;Thanks in advance for any clarification on this.&lt;/P&gt;&lt;P&gt;Will the upcoming toolkit make this easier?&lt;/P&gt;&lt;P&gt;Is there any other things to consider when developping a cross platform app ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;olivier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2016 11:39:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/accessing-secure-ressources-in-a-cross-platform/m-p/369601#M4382</guid>
      <dc:creator>OlivierROSSINI</dc:creator>
      <dc:date>2016-12-27T11:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing secure ressources in a cross platform project (v100.0)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/accessing-secure-ressources-in-a-cross-platform/m-p/369602#M4383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't answer definitively, but that's how I implemented it in a Forms app (Android and iOS). I've never seen any default dialogs handling user credentials.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2016 21:11:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/accessing-secure-ressources-in-a-cross-platform/m-p/369602#M4383</guid>
      <dc:creator>alehmann</dc:creator>
      <dc:date>2016-12-27T21:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing secure ressources in a cross platform project (v100.0)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/accessing-secure-ressources-in-a-cross-platform/m-p/369603#M4384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's no default authentication UI in our API for Xamarin, but it's something we'll consider for the toolkit. UWP has a built in UI as you discovered and we have added a prototype UI for WPF to the v100.0 Toolkit branch &lt;A class="link-titled" href="https://github.com/Esri/arcgis-toolkit-dotnet/tree/v100/src/Esri.ArcGISRuntime.Toolkit/WPF/UI/SignInForm" title="https://github.com/Esri/arcgis-toolkit-dotnet/tree/v100/src/Esri.ArcGISRuntime.Toolkit/WPF/UI/SignInForm"&gt;arcgis-toolkit-dotnet/src/Esri.ArcGISRuntime.Toolkit/WPF/UI/SignInForm at v100 · Esri/arcgis-toolkit-dotnet · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll find some v100 protocol-specific security samples for Forms in&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/master/src/Forms/Shared/Samples/Security" title="https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/master/src/Forms/Shared/Samples/Security"&gt;arcgis-runtime-samples-dotnet/src/Forms/Shared/Samples/Security at master · Esri/arcgis-runtime-samples-dotnet · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 22:08:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/accessing-secure-ressources-in-a-cross-platform/m-p/369603#M4384</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2017-01-12T22:08:58Z</dc:date>
    </item>
  </channel>
</rss>

