You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using set-session does not detect when a token has been revoked due to the "max number of sessions" limit configured in Cumulocity IoT.
Example
Activate a session (no error is thrown)
Using any follow up API calls results in 401 responses
ERROR serverError: Token '04a5f818-3957-43ae-a7e4-b3fc7a8b86dc' not present for user '[email protected]'. GET https://iot.latest.stage.c8y.io/inventory/managedObjects?q=%24filter%3D+%24orderby%3Dname: 401 security/Unauthorized Token '04a5f818-3957-43ae-a7e4-b3fc7a8b86dc' not present for user '[email protected]'.
The text was updated successfully, but these errors were encountered:
Using
set-session
does not detect when a token has been revoked due to the "max number of sessions" limit configured in Cumulocity IoT.Example
Activate a session (no error is thrown)
Using any follow up API calls results in 401 responses
The text was updated successfully, but these errors were encountered: