답변:
기본적으로 OAuth 보안은 웹 서비스 요청에 사용됩니다. 보안 xml 노드 섹션을 주석 처리하여 cd_ambient_conf.xml 파일에서 보안을 비활성화해야합니다.
<!--
<Security>
<RequestValidator>com.tridion.webservices.security.validator.OAuth2RequestValidator</RequestValidator>
<SharedSecret>sample_passphrase</SharedSecret>
</Security>
-->