<?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: AppLogin and Runtime 100 without prompting to login in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/applogin-and-runtime-100-without-prompting-to/m-p/673709#M4696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam - I believe App Login can only work with content that is public in AGOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can certainly embed credentials in a UserCredential object and use that to connect, however doing so probably runs afoul of ESRI's named-user requirements for AGOL. &amp;nbsp;If you were hosting data on an on-premise ArcGIS Server use of a "service account" to access content would be OK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2017 01:30:41 GMT</pubDate>
    <dc:creator>MichaelDavis3</dc:creator>
    <dc:date>2017-02-07T01:30:41Z</dc:date>
    <item>
      <title>AppLogin and Runtime 100 without prompting to login</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/applogin-and-runtime-100-without-prompting-to/m-p/673707#M4694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for the easiest way to access premium services from ArcGIS Online in my app without prompting user to login.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found good article about authentication&amp;nbsp;&lt;A href="https://blogs.esri.com/esri/arcgis/2016/12/20/authentication-with-arcgis-android-100-0-0-part-2/" title="https://blogs.esri.com/esri/arcgis/2016/12/20/authentication-with-arcgis-android-100-0-0-part-2/"&gt;Authentication with ArcGIS Android 100.0.0 Part 2 | ArcGIS Blog&lt;/A&gt;, so I tried &amp;nbsp;to implement &amp;nbsp;AppLogin (&lt;A class="link-titled" href="https://developers.arcgis.com/authentication/accessing-arcgis-online-services/" title="https://developers.arcgis.com/authentication/accessing-arcgis-online-services/"&gt;Implementing App Login | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;), but &amp;nbsp;no success. I do not find any option to pass client_id and client secret to OAuthManger, so I can be autohorized to use premium content. Next, I thought, I can use hosted proxy on ArcGIS Online, but did not find any example how to use it with Runtime 100.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is welcome,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 06:52:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/applogin-and-runtime-100-without-prompting-to/m-p/673707#M4694</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2017-01-25T06:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: AppLogin and Runtime 100 without prompting to login</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/applogin-and-runtime-100-without-prompting-to/m-p/673708#M4695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No solution found so far. I decided to use&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/security/UserCredential.html" title="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/security/UserCredential.html"&gt;UserCredential| arcgis-android&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 07:33:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/applogin-and-runtime-100-without-prompting-to/m-p/673708#M4695</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2017-02-06T07:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: AppLogin and Runtime 100 without prompting to login</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/applogin-and-runtime-100-without-prompting-to/m-p/673709#M4696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam - I believe App Login can only work with content that is public in AGOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can certainly embed credentials in a UserCredential object and use that to connect, however doing so probably runs afoul of ESRI's named-user requirements for AGOL. &amp;nbsp;If you were hosting data on an on-premise ArcGIS Server use of a "service account" to access content would be OK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 01:30:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/applogin-and-runtime-100-without-prompting-to/m-p/673709#M4696</guid>
      <dc:creator>MichaelDavis3</dc:creator>
      <dc:date>2017-02-07T01:30:41Z</dc:date>
    </item>
  </channel>
</rss>

