GuideReference
TrainingSupportCommunity
Guide

dcp_​dev_​relations


The Internet of Things: Edge Connect product allows connected users and devices to communicate on a publish-subscribe basis within reserved namespaces. This behavior allows Akamai-external clients to use developer test accounts in a shared environment. In conjunction with verify​_json​_web​_token​_for​_dcp, this behavior allows you to use your own JWTs in your requests, or those generated by Akamai. It lets you either enable the default JWT server for your test configuration by setting the authentication endpoint to a default path, or specify custom settings for your JWT server and the authentication endpoint.

OptionTypeDescriptionRequires
enabledboolean

Enables the default JWT server and sets the authentication endpoint to a default path.

{"displayType":"boolean","tag":"input","type":"checkbox"}
custom_​valuesboolean

Allows you to specify custom JWT server connection values.

{"displayType":"boolean","tag":"input","type":"checkbox"}
{"if":{"attribute":"enabled","op":"eq","value":true}}
hostnamestring

Specifies the JWT server's hostname.

custom_​values is true
{"displayType":"string","tag":"input","type":"text"}
{"if":{"attribute":"customValues","op":"eq","value":true}}
pathstring

Specifies the path to your JWT server's authentication endpoint. This lets you generate JWTs to sign your requests.

custom_​values is true
{"displayType":"string","tag":"input","type":"text"}
{"if":{"attribute":"customValues","op":"eq","value":true}}