Skip to content

Commit

Permalink
Fixed errant spaces in OAuth readme (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackAllen authored Mar 10, 2020
1 parent 8fa2028 commit 53b8e9b
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 45 deletions.
10 changes: 5 additions & 5 deletions src/Android/Xamarin.Android/Samples/Security/OAuth/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ When you run the sample, the app will load a web map which contains premium cont

## Relevant API

* AuthenticationManager
* OAuthConfiguration
* PortalItem
* ServerInfo
* AuthenticationManager
* OAuthConfiguration
* PortalItem
* ServerInfo

## Additional information

The workflow presented in this sample works for most SAML based enterprise (IWA, PKI, Okta, etc.) & social (facebook, google, etc.) identity providers for ArcGIS Online or Portal. For more information click [here](https://doc.arcgis.com/en/arcgis-online/administer/enterprise-logins.htm).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
"OAuth.jpg"
],
"keywords": [
"Authentication",
"OAuth",
"Security"
"OAuth2",
"authentication",
"cloud",
"credential",
"portal",
"security"
],
"nuget_packages": {
"Esri.ArcGISRuntime": "100.7.0"
Expand All @@ -19,9 +23,10 @@
"/net/latest/android/sample-code/oauth.htm"
],
"relevant_apis": [
"ArcGISPortal",
"AuthenticationManager",
"Credential"
"OAuthConfiguration",
"PortalItem",
"ServerInfo"
],
"snippets": [
"OAuth.cs"
Expand Down
10 changes: 5 additions & 5 deletions src/Forms/Shared/Samples/Security/OAuth/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ When you run the sample, the app will load a web map which contains premium cont

## Relevant API

* AuthenticationManager
* OAuthConfiguration
* PortalItem
* ServerInfo
* AuthenticationManager
* OAuthConfiguration
* PortalItem
* ServerInfo

## Additional information

The workflow presented in this sample works for most SAML based enterprise (IWA, PKI, Okta, etc.) & social (facebook, google, etc.) identity providers for ArcGIS Online or Portal. For more information click [here](https://doc.arcgis.com/en/arcgis-online/administer/enterprise-logins.htm).
Expand Down
13 changes: 9 additions & 4 deletions src/Forms/Shared/Samples/Security/OAuth/readme.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
"OAuth.jpg"
],
"keywords": [
"Authentication",
"OAuth",
"Security"
"OAuth2",
"authentication",
"cloud",
"credential",
"portal",
"security"
],
"nuget_packages": {
"Esri.ArcGISRuntime": "100.7.0"
Expand All @@ -19,9 +23,10 @@
"/net/latest/forms/sample-code/oauth.htm"
],
"relevant_apis": [
"ArcGISPortal",
"AuthenticationManager",
"Credential"
"OAuthConfiguration",
"PortalItem",
"ServerInfo"
],
"snippets": [
"OAuth.xaml",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ When you run the sample, the app will load a web map which contains premium cont

## Relevant API

* AuthenticationManager
* OAuthConfiguration
* PortalItem
* ServerInfo
* AuthenticationManager
* OAuthConfiguration
* PortalItem
* ServerInfo

## Additional information

The workflow presented in this sample works for most SAML based enterprise (IWA, PKI, Okta, etc.) & social (facebook, google, etc.) identity providers for ArcGIS Online or Portal. For more information click [here](https://doc.arcgis.com/en/arcgis-online/administer/enterprise-logins.htm).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
"OAuth.jpg"
],
"keywords": [
"Authentication",
"OAuth",
"Security"
"OAuth2",
"authentication",
"cloud",
"credential",
"portal",
"security"
],
"nuget_packages": {
"Esri.ArcGISRuntime": "100.7.0"
Expand All @@ -19,9 +23,10 @@
"/net/latest/uwp/sample-code/oauth.htm"
],
"relevant_apis": [
"ArcGISPortal",
"AuthenticationManager",
"Credential"
"OAuthConfiguration",
"PortalItem",
"ServerInfo"
],
"snippets": [
"OAuth.xaml",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ When you run the sample, the app will load a web map which contains premium cont

## Relevant API

* AuthenticationManager
* OAuthConfiguration
* PortalItem
* ServerInfo
* AuthenticationManager
* OAuthConfiguration
* PortalItem
* ServerInfo

## Additional information

The workflow presented in this sample works for most SAML based enterprise (IWA, PKI, Okta, etc.) & social (facebook, google, etc.) identity providers for ArcGIS Online or Portal. For more information click [here](https://doc.arcgis.com/en/arcgis-online/administer/enterprise-logins.htm).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
"OAuth.jpg"
],
"keywords": [
"Authentication",
"OAuth",
"Security"
"OAuth2",
"authentication",
"cloud",
"credential",
"portal",
"security"
],
"nuget_packages": {
"Esri.ArcGISRuntime": "100.7.0"
Expand All @@ -19,9 +23,10 @@
"/net/latest/wpf/sample-code/oauth.htm"
],
"relevant_apis": [
"ArcGISPortal",
"AuthenticationManager",
"Credential"
"OAuthConfiguration",
"PortalItem",
"ServerInfo"
],
"snippets": [
"OAuth.xaml",
Expand Down
10 changes: 5 additions & 5 deletions src/iOS/Xamarin.iOS/Samples/Security/OAuth/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ When you run the sample, the app will load a web map which contains premium cont

## Relevant API

* AuthenticationManager
* OAuthConfiguration
* PortalItem
* ServerInfo
* AuthenticationManager
* OAuthConfiguration
* PortalItem
* ServerInfo

## Additional information

The workflow presented in this sample works for most SAML based enterprise (IWA, PKI, Okta, etc.) & social (facebook, google, etc.) identity providers for ArcGIS Online or Portal. For more information click [here](https://doc.arcgis.com/en/arcgis-online/administer/enterprise-logins.htm).
Expand Down
13 changes: 9 additions & 4 deletions src/iOS/Xamarin.iOS/Samples/Security/OAuth/readme.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
"OAuth.jpg"
],
"keywords": [
"Authentication",
"OAuth",
"Security"
"OAuth2",
"authentication",
"cloud",
"credential",
"portal",
"security"
],
"nuget_packages": {
"Esri.ArcGISRuntime": "100.7.0"
Expand All @@ -19,9 +23,10 @@
"/net/latest/ios/sample-code/oauth.htm"
],
"relevant_apis": [
"ArcGISPortal",
"AuthenticationManager",
"Credential"
"OAuthConfiguration",
"PortalItem",
"ServerInfo"
],
"snippets": [
"OAuth.cs"
Expand Down

0 comments on commit 53b8e9b

Please sign in to comment.