Edge Device Authenticators
If you have Edge devices that need to authenticate with the ThingWorx platform and prefer not to use a user/password or ThingWorx app-key authentication scheme, you can create a custom authentication scheme by implementing an Edge device authenticator.
An Edge device authenticator extension is built using the SecurityClaimsAuthenticator and SecurityClaims ThingWorx platform API classes. The class, SecurityClaims, is used to specify the security claims for the edge devices that are used to authenticate with the platform, while SecurityClaimsAuthenticator provides the framework to implement an extension that processes and validates those security claims.
Was this helpful?