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
Describe the bug 🪲
The JWT for device authentication (redirection) currently includes a field for tenantId but is hardcoded to an empty string.
If an implementation of the toolkit is using the tenantId value to manage multi-tenancy, will this hardcoded line in the JWT signature creation method create any issues with devices that are associated to a tenantId?
Describe the bug 🪲
The JWT for device authentication (redirection) currently includes a field for
tenantId
but is hardcoded to an empty string.If an implementation of the toolkit is using the
tenantId
value to manage multi-tenancy, will this hardcoded line in the JWT signature creation method create any issues with devices that are associated to a tenantId?To Reproduce 🪜
Steps to reproduce the behavior:
/src/routes/auth/signature.ts#L14
(currently in the main branch)Expected behavior
Screenshots 🖼️
n/a
AMT Device (please complete the following information): 🖥️
n/a
Service Deployment (please complete the following information): ⛈️
present in MPS source code for version 2.26.0
The text was updated successfully, but these errors were encountered: