Skip To Content
ArcGIS Developer
Dashboard

Update Security Configuration

Description

This operation updates the security configuration, including TLS protocols and cipher suites, for your ArcGIS Notebook Server site.

If you updated the communication protocol as part of this operation, it takes the Web Adaptor one minute to recognize changes to the communication protocol of your site.

Request parameters

ParameterDetails
portalProperties

Portal properties represented as a JSON object.

httpsProtocols

The TLS protocols ArcGIS Notebook Server will use. Valid options are TLSv1, TLSv1.1, and TLSv1.2; values must be separated by commas.

Note:

Ensure the web server hosting your ArcGIS Web Adaptor supports the TLS protocol you have selected. If you are using a ArcGIS Web Adaptor (Java Platform), the web server hosting the Web Adaptor must be using Java 8.

cipherSuites

The cipher suites ArcGIS Notebook Server will use. Valid options are as follows:

TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, and TLS_RSA_WITH_3DES_EDE_CBC_SHA.

By default, all of the above options are enabled. Values must be separated by commas.

authenticationTier

The tier at which requests to access GIS services will be authenticated. You should only indicate your setting here, rather than using this operation to modify your setting. The default value when your site is first created is NOTEBOOK_SERVER, but when you federate the site with your portal, the value is changed to ARCGIS_PORTAL.

Values: WEB_ADAPTOR | NOTEBOOK_SERVER | ARCGIS_PORTAL

f

The response format. The default response format is html.

Values: html | json

Response properties

PropertyDetails
status

Indicates success or failure of the update operation.