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
creating auth-app token with user-id creates token for user that made the request rather that for the user with the given userId. if the user-id is wrong a token is created for user who made the request.
Steps to reproduce
create an auth-app token for einstein using user-id
when einstein lists his token there should be a token.
Actual behavior
the token is not created for einstein but admin has a new token. if we put any random string in the userId the request will return 200 and token will be created for admin probably because he made the request.
Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
Describe the bug
creating auth-app token with user-id creates token for user that made the request rather that for the user with the given
userId
. if the user-id is wrong a token is created for user who made the request.Steps to reproduce
Expected behavior
when einstein lists his token there should be a token.
Actual behavior
the token is not created for einstein but admin has a new token. if we put any random string in the
userId
the request will return200
and token will be created for admin probably because he made the request.Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
OCIS_ADD_RUN_SERVICES=auth-app
AUTH_APP_ENABLE_IMPERSONATION=true
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: