On-line checks
Verify that your IoT Edge Connect configuration is correctly set up across the Akamai systems. It checks your authentication and authorization setup, edge hostnames configuration in Property Manager, and data equality between the Property Manager configuration and the IoT Edge Connect application.
The checks will be different, depending on the selected authentication method.
On-line checks
Check name | Description |
---|---|
Token validity for publisher | Checks whether the optional NBF claim in the publisher's token specifies a moment in the future. |
Token expiration time validity for publisher | Checks the expiration date claim of the publisher's token. |
Publisher claim and topic group equality | Checks whether at least one group in the publisher's token matches the publisher groups configured for the given topic. |
Authorization claim for subscriber | Checks whether the subscriber's token has an authorization group claim. |
Authorization claim for publisher | Checks whether the publisher's token has an authorization group claim. |
Token and configured subscribers equality | Checks the Authorization Groups Claim in the subscriber's token for redundant groups that may be absent from configured subscriber groups. |
Token and configured publishers equality | Checks the Authorization Groups Claim in the publisher's token for redundant groups that may be absent from configured publisher groups. |
Token validity for subscriber | Checks whether the optional NBF claim in the subscriber's token doesn't specify a moment in the future. |
Token expiration time validity for subscriber | Checks the expiration date claim of the subscriber's token. |
Subscriber claim and topic group equality | Checks whether at least one group in the subscriber's token matches the subscriber groups configured for the given topic. |
Token expiration time for subscriber | Checks whether the optional EXP claim in the publisher's token does not specify a moment in the past. |
Client ID validity for publisher | Checks whether the Client ID from the publisher's token matches the Client ID defined in the given property. |
Client ID claim for subscriber | Checks whether the subscriber's token has a Client ID claim. |
Client ID validity for subscriber | Checks whether the Client ID from the subscriber's token matches the Client ID defined in the given property. |
Client ID claim for publisher | Checks whether the publisher's token has a Client ID claim. |
Updated about 3 years ago