Off-line checks

Verify that your IoT Edge Connect configuration is correctly set up and that it validates JWTs in your requests. It checks the authentication and authorization claims in your JWTs to ensure that your requests are identified, and that you have access to the topics specified in the access control lists of your configuration.

Off-line checks

Check nameDescription
Publisher/subscriber group equalityChecks whether an ACL doesn't contain the same group in the publishers and subscribers lists.
ACLs configurationChecks whether there is at least one ACL in the active configuration.
Basic propertyChecks whether the given property is configured and active.
Authentication modelChecks whether the JWT verification behavior is configured in the given property.
Hostnames equalityChecks whether hostnames selected in the property match the ones in the active configuration.
Namespace equalityChecks whether the namespace selected in the property matches the one from the active configuration.
Jurisdiction equalityChecks whether the jurisdiction selected in the property matches the one from the active configuration.
Topics configurationChecks whether there is at least one topic in the active configuration.
Firewall rules statusChecks whether the firewall rules are enabled.
Connection policy statusChecks whether the connection policy files are propagated.
Edge hostname DNSChecks whether the DNS configuration is valid for the Edge hostname.
Hostname DNSChecks whether the DNS configuration is valid for the hostname.
Public key signing algorithmChecks whether the signing algorithm of the public key verifying your token signatures on the production network matches the selected option in the JWT verification behavior.
Public key signing algorithm (staging)Checks whether the signing algorithm of the public key verifying your token signatures on the staging network matches the selected option in the JWT verification behavior.