- Property Manager name: IoT Edge Connect Dev Relations
- Behavior version: The
v2024-10-21
rule format supports thedcpDevRelations
behavior v1.0. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: No (temporarily)
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 verifyJsonWebTokenForDcp
, 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.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | Enables the default JWT server and sets the authentication endpoint to a default path. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
customValues | boolean | Allows you to specify custom JWT server connection values. | {"displayType":"boolean","tag":"input","type":"checkbox"} {"if":{"attribute":"enabled","op":"eq","value":true}} | |
hostname | string | Specifies the JWT server's hostname. | customValues is true | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"customValues","op":"eq","value":true}} |
path | string | Specifies the path to your JWT server's authentication endpoint. This lets you generate JWTs to sign your requests. | customValues is true | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"customValues","op":"eq","value":true}} |