Disabling Authentication for Web Services - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2025-03-07
ft:lastPublication
2025-03-07T10:28:48.112000

Service-level authentication can be disabled for all SOAP or REST web services (or both). This is useful if you have your own high-level authentication built into the solution that is using, for example, Spectrum Spatial services.

All services and access to resources used by Spectrum Technology Platform are configured, by default, with authentication turned on.

To disable authentication for web services on the Spectrum Technology Platform :

  1. Stop the Spectrum Technology Platform server.
  2. Open the following file in a text editor:
    SpectrumDirectory\server\conf\spectrum-container.properties
  3. Change the value of each property as needed. For example, to disable authentication for all SOAP services:
    spectrum.security.authentication.webservice.enabled.REST=true
    spectrum.security.authentication.webservice.enabled.SOAP=false
    Note: For Spectrum Spatial, REST services also include OGC web services.
  4. Save and close the properties file.
  5. Start the Spectrum Technology Platform server.

Once finished, authentication is turned off for the type of web services that you specified.