Disabling the SCIM 2.0 Servlet Extension - PingDirectory - PingDirectoryProxy - 9.0

PingDirectory

bundle
pingdirectory-90
ft:publication_title
PingDirectory
Product_Version_ce
PingDirectory 9.0
category
Product
pd-90
pingdirectory
ContentType_ce

If you do not need to expose data through the System for Cross-domain Identity Management (SCIM) 2 servlet, you can disable the SCIM 2.0 servlet extension.

  1. Remove the SCIM 2 HTTP servlet extension from the HTTPS connection handler as well as from any other HTTP connection handlers.
  2. Restart the handler.
dsconfig set-connection-handler-prop \
	--handler-name "HTTPS Connection Handler" \
	--remove http-servlet-extension:SCIM2 \
	--set enabled:false
				
	dsconfig set-connection-handler-prop \
	--handler-name "HTTPS Connection Handler" \
	--set enabled:true