<?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: Android OAuth, what should I use for the redirect_uri? in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-oauth-what-should-i-use-for-the-redirect/m-p/427909#M2904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I have this figured out:&lt;/P&gt;&lt;DIV&gt;The redirect_uri must be set, on the authorization tab of new application in developers.arcgis.com.&amp;nbsp; I found the clue that proved the key on how this done here ( &lt;A href="https://developers.arcgis.com/labs/android/access-services-with-oauth-2/"&gt;https://developers.arcgis.com/labs/android/access-services-with-oauth-2/&lt;/A&gt;)&lt;/DIV&gt;&lt;DIV&gt;"&lt;SPAN style="color: #4c4c4c;"&gt;&lt;SPAN style="color: #4c4c4c;"&gt;Use this redirect URL when creating the&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; border: 1px solid #efefef;"&gt;OAuthConfiguration&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c;"&gt;and the intent filter scheme when Android returns control back to your app after OAuth 2.0 login. If you change this value, you must change it in all three places.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #4c4c4c; "&gt;If you already have an app defined, you can use that client ID instead of creating a new one.&lt;/SPAN&gt;" (you have to&amp;nbsp;click the circle-i to open this)&lt;/DIV&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV&gt;On developers.argis.com, in the Authetican tab of you application, add the redirect uri "&amp;lt;app_name&amp;gt;://auth"&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;In the strings.xml create&lt;/DIV&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;string&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;="oauth_client_id"&lt;/SPAN&gt;&amp;gt;&amp;lt;Copied client ID&amp;gt;&amp;lt;/&lt;SPAN style="color: #000080; font-weight: bold;"&gt;string&lt;/SPAN&gt;&amp;gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV style="color: #000000; font-size: 9.8pt;"&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;string&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;="oauth_redirect_host"&lt;/SPAN&gt;&amp;gt;auth&amp;lt;/&lt;SPAN style="color: #000080; font-weight: bold;"&gt;string&lt;/SPAN&gt;&amp;gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV style="color: #000000; font-size: 9.8pt;"&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;string&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;="oauth_redirect_uri"&lt;/SPAN&gt;&amp;gt;APP_NAME&amp;lt;/&lt;SPAN style="color: #000080; font-weight: bold;"&gt;string&lt;/SPAN&gt;&amp;gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV style="color: #000000; font-size: 9.8pt;"&gt;In the java code:OAuthConfiguration oAuthConfiguration = &lt;SPAN style="color: #000080; font-weight: bold;"&gt;new&lt;/SPAN&gt; OAuthConfiguration(portalURL,&amp;nbsp;&lt;SPAN style="background-color: #ffffff; font-size: 9.8pt;"&gt;getString(R.string.&lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold; font-size: 9.8pt;"&gt;oauth_client_id&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.8pt;"&gt;),&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.8pt;"&gt;getString(R.string.&lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold; font-size: 9.8pt;"&gt;oauth_redirect_uri&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.8pt;"&gt;) +&lt;/SPAN&gt; &lt;SPAN style="color: #008000; font-weight: bold; font-size: 9.8pt;"&gt;"://"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.8pt;"&gt;+ getString(R.string.&lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold; font-size: 9.8pt;"&gt;oauth_redirect_host&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.8pt;"&gt;));&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV style="color: #000000; font-size: 9.8pt;"&gt;In the manifest.xml:&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-size: 9.8pt; margin-left: 40px;"&gt;&lt;SPAN style="color: #808080;"&gt;&amp;lt;!-- You must declare this activity, an intent receiver, to display the OAuth login --&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 40px;"&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;activity&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-size: 9.8pt; margin-left: 80px;"&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:name&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;="com.esri.arcgisruntime.security.DefaultOAuthIntentReceiver"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 80px;"&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:launchMode&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;="singleTask"&lt;/SPAN&gt;&amp;gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 80px;"&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;intent-filter&lt;/SPAN&gt;&amp;gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 120px;"&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;action&lt;/SPAN&gt; &lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:name&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;="android.intent.action.VIEW"&lt;/SPAN&gt; /&amp;gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 120px;"&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 120px;"&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;category&lt;/SPAN&gt; &lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:name&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;="android.intent.category.DEFAULT"&lt;/SPAN&gt; /&amp;gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 120px;"&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;category&lt;/SPAN&gt; &lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:name&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;="android.intent.category.BROWSABLE"&lt;/SPAN&gt; /&amp;gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 120px;"&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 120px;"&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;data&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-size: 9.8pt; margin-left: 160px;"&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:host&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;="@string/oauth_redirect_host"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 160px;"&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:scheme&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;=APP_NAME&amp;nbsp;&lt;/SPAN&gt;/&amp;gt;&amp;nbsp; &amp;lt;!-- CHANGE APP NAME HERE!!!! --&amp;gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 80px;"&gt;&amp;lt;/&lt;SPAN style="color: #000080; font-weight: bold;"&gt;intent-filter&lt;/SPAN&gt;&amp;gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 40px;"&gt;&amp;lt;/&lt;SPAN style="color: #000080; font-weight: bold;"&gt;activity&lt;/SPAN&gt;&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;This discussion was also helpful ( &lt;A _jive_internal="true" href="https://community.esri.com/thread/215715-how-can-i-use-app-authentication"&gt;https://community.esri.com/thread/215715-how-can-i-use-app-authentication&lt;/A&gt;)&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2020 16:40:36 GMT</pubDate>
    <dc:creator>OrrinThomas</dc:creator>
    <dc:date>2020-05-26T16:40:36Z</dc:date>
    <item>
      <title>Android OAuth, what should I use for the redirect_uri?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-oauth-what-should-i-use-for-the-redirect/m-p/427908#M2903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am struggling with OAuth in Android SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a new application, RobinAR, on&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/" title="https://developers.arcgis.com/" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcGIS for Developers&lt;/A&gt;&amp;nbsp;.&amp;nbsp; That provided the Client ID needed for the&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;OAuthConfiguration.  I didn't know what to do for the Redirect URL, so I followed the hint and made it, myapp://RobinAR.
Perhaps that should be RobinAR://&amp;lt;Something&amp;gt;?




&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:15:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-oauth-what-should-i-use-for-the-redirect/m-p/427908#M2903</guid>
      <dc:creator>OrrinThomas</dc:creator>
      <dc:date>2021-12-11T19:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Android OAuth, what should I use for the redirect_uri?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-oauth-what-should-i-use-for-the-redirect/m-p/427909#M2904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I have this figured out:&lt;/P&gt;&lt;DIV&gt;The redirect_uri must be set, on the authorization tab of new application in developers.arcgis.com.&amp;nbsp; I found the clue that proved the key on how this done here ( &lt;A href="https://developers.arcgis.com/labs/android/access-services-with-oauth-2/"&gt;https://developers.arcgis.com/labs/android/access-services-with-oauth-2/&lt;/A&gt;)&lt;/DIV&gt;&lt;DIV&gt;"&lt;SPAN style="color: #4c4c4c;"&gt;&lt;SPAN style="color: #4c4c4c;"&gt;Use this redirect URL when creating the&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; border: 1px solid #efefef;"&gt;OAuthConfiguration&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c;"&gt;and the intent filter scheme when Android returns control back to your app after OAuth 2.0 login. If you change this value, you must change it in all three places.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #4c4c4c; "&gt;If you already have an app defined, you can use that client ID instead of creating a new one.&lt;/SPAN&gt;" (you have to&amp;nbsp;click the circle-i to open this)&lt;/DIV&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV&gt;On developers.argis.com, in the Authetican tab of you application, add the redirect uri "&amp;lt;app_name&amp;gt;://auth"&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;In the strings.xml create&lt;/DIV&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;string&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;="oauth_client_id"&lt;/SPAN&gt;&amp;gt;&amp;lt;Copied client ID&amp;gt;&amp;lt;/&lt;SPAN style="color: #000080; font-weight: bold;"&gt;string&lt;/SPAN&gt;&amp;gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV style="color: #000000; font-size: 9.8pt;"&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;string&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;="oauth_redirect_host"&lt;/SPAN&gt;&amp;gt;auth&amp;lt;/&lt;SPAN style="color: #000080; font-weight: bold;"&gt;string&lt;/SPAN&gt;&amp;gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV style="color: #000000; font-size: 9.8pt;"&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;string&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;="oauth_redirect_uri"&lt;/SPAN&gt;&amp;gt;APP_NAME&amp;lt;/&lt;SPAN style="color: #000080; font-weight: bold;"&gt;string&lt;/SPAN&gt;&amp;gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV style="color: #000000; font-size: 9.8pt;"&gt;In the java code:OAuthConfiguration oAuthConfiguration = &lt;SPAN style="color: #000080; font-weight: bold;"&gt;new&lt;/SPAN&gt; OAuthConfiguration(portalURL,&amp;nbsp;&lt;SPAN style="background-color: #ffffff; font-size: 9.8pt;"&gt;getString(R.string.&lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold; font-size: 9.8pt;"&gt;oauth_client_id&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.8pt;"&gt;),&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.8pt;"&gt;getString(R.string.&lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold; font-size: 9.8pt;"&gt;oauth_redirect_uri&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.8pt;"&gt;) +&lt;/SPAN&gt; &lt;SPAN style="color: #008000; font-weight: bold; font-size: 9.8pt;"&gt;"://"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.8pt;"&gt;+ getString(R.string.&lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold; font-size: 9.8pt;"&gt;oauth_redirect_host&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.8pt;"&gt;));&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV style="color: #000000; font-size: 9.8pt;"&gt;In the manifest.xml:&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-size: 9.8pt; margin-left: 40px;"&gt;&lt;SPAN style="color: #808080;"&gt;&amp;lt;!-- You must declare this activity, an intent receiver, to display the OAuth login --&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 40px;"&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;activity&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-size: 9.8pt; margin-left: 80px;"&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:name&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;="com.esri.arcgisruntime.security.DefaultOAuthIntentReceiver"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 80px;"&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:launchMode&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;="singleTask"&lt;/SPAN&gt;&amp;gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 80px;"&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;intent-filter&lt;/SPAN&gt;&amp;gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 120px;"&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;action&lt;/SPAN&gt; &lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:name&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;="android.intent.action.VIEW"&lt;/SPAN&gt; /&amp;gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 120px;"&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 120px;"&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;category&lt;/SPAN&gt; &lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:name&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;="android.intent.category.DEFAULT"&lt;/SPAN&gt; /&amp;gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 120px;"&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;category&lt;/SPAN&gt; &lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:name&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;="android.intent.category.BROWSABLE"&lt;/SPAN&gt; /&amp;gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 120px;"&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 120px;"&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;data&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-size: 9.8pt; margin-left: 160px;"&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:host&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;="@string/oauth_redirect_host"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 160px;"&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:scheme&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;=APP_NAME&amp;nbsp;&lt;/SPAN&gt;/&amp;gt;&amp;nbsp; &amp;lt;!-- CHANGE APP NAME HERE!!!! --&amp;gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 80px;"&gt;&amp;lt;/&lt;SPAN style="color: #000080; font-weight: bold;"&gt;intent-filter&lt;/SPAN&gt;&amp;gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-size: 9.8pt; margin-left: 40px;"&gt;&amp;lt;/&lt;SPAN style="color: #000080; font-weight: bold;"&gt;activity&lt;/SPAN&gt;&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;This discussion was also helpful ( &lt;A _jive_internal="true" href="https://community.esri.com/thread/215715-how-can-i-use-app-authentication"&gt;https://community.esri.com/thread/215715-how-can-i-use-app-authentication&lt;/A&gt;)&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 16:40:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-oauth-what-should-i-use-for-the-redirect/m-p/427909#M2904</guid>
      <dc:creator>OrrinThomas</dc:creator>
      <dc:date>2020-05-26T16:40:36Z</dc:date>
    </item>
  </channel>
</rss>

