Skip to content

Commit

Permalink
Remove IWA samples for Android platforms (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackAllen authored Apr 28, 2020
1 parent 53b8e9b commit b7c8593
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 1,284 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@
<None Include="Samples\Symbology\RenderUniqueValues\RenderUniqueValues.jpg" />
<None Include="Samples\Symbology\SimpleRenderers\SimpleRenderers.jpg" />
<None Include="Samples\Symbology\UseDistanceCompositeSym\UseDistanceCompositeSym.jpg" />
<None Include="Samples\Security\IntegratedWindowsAuth\readme.md" />
</ItemGroup>
<ItemGroup>
<!-- Sample Code -->
Expand Down Expand Up @@ -461,7 +460,6 @@
<Compile Include="Samples\Symbology\RenderUniqueValues\RenderUniqueValues.cs" />
<Compile Include="Samples\Symbology\SimpleRenderers\SimpleRenderers.cs" />
<Compile Include="Samples\Symbology\UseDistanceCompositeSym\UseDistanceCompositeSym.cs" />
<Compile Include="Samples\Security\IntegratedWindowsAuth\IntegratedWindowsAuth.cs" />
<Compile Include="Controls\JoystickSeekBar.cs" />
<Compile Include="Samples\Augmented reality\NavigateAR\RouteViewerAR.cs" />
<Compile Include="Samples\Augmented reality\NavigateAR\MslAdjustedARLocationDataSource.cs" />
Expand Down

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion src/Android/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@

## Security

* [Integrated windows authentication](Xamarin.Android/Samples/Security/IntegratedWindowsAuth/readme.md) - Use Windows credentials to access services hosted on a portal secured with Integrated Windows Authentication (IWA).
* [Authenticate with OAuth](Xamarin.Android/Samples/Security/OAuth/readme.md) - This sample demonstrates how to authenticate with ArcGIS Online (or your own portal) using OAuth2 to access secured resources (such as private web maps or layers). Accessing secured items requires a login on the portal that hosts them (an ArcGIS Online account, for example).
* [ArcGIS token challenge](Xamarin.Android/Samples/Security/TokenSecuredChallenge/readme.md) - This sample demonstrates how to prompt the user for a username and password to authenticate with ArcGIS Server to access an ArcGIS token-secured service. Accessing secured services requires a login that's been defined on the server.

Expand Down
16 changes: 0 additions & 16 deletions src/Forms/Shared/Forms.projitems
Original file line number Diff line number Diff line change
Expand Up @@ -533,12 +533,6 @@
<Compile Include="$(MSBuildThisFileDirectory)Samples\Network analysis\FindServiceArea\FindServiceArea.xaml.cs">
<DependentUpon>FindServiceArea.xaml</DependentUpon>
</Compile>
<Compile Include="$(MSBuildThisFileDirectory)Samples\Security\IntegratedWindowsAuth\LoginPage.xaml.cs">
<DependentUpon>LoginPage.xaml</DependentUpon>
</Compile>
<Compile Include="$(MSBuildThisFileDirectory)Samples\Security\IntegratedWindowsAuth\IntegratedWindowsAuth.xaml.cs">
<DependentUpon>IntegratedWindowsAuth.xaml</DependentUpon>
</Compile>
<Compile Include="$(MSBuildThisFileDirectory)Samples\Security\OAuth\OAuth.xaml.cs">
<DependentUpon>OAuth.xaml</DependentUpon>
</Compile>
Expand Down Expand Up @@ -1080,10 +1074,6 @@
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Samples\Network analysis\FindServiceArea\FindServiceArea.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Samples\Security\IntegratedWindowsAuth\IntegratedWindowsAuth.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Samples\Symbology\FeatureLayerExtrusion\FeatureLayerExtrusion.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
Expand Down Expand Up @@ -1458,12 +1448,6 @@
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)Samples\Layers\SceneLayerSelection\SceneLayerSelection.jpg" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Samples\Security\IntegratedWindowsAuth\LoginPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Resources\routingSymbol.png" />
</ItemGroup>
Expand Down
Binary file not shown.

This file was deleted.

Loading

0 comments on commit b7c8593

Please sign in to comment.