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
Currently the user registration shares the same end point with the regular user save when saving the data. However that means that the user save does not check for a token. That in turn causes the user service to not send new user record to the audit service since the audit service gets uses the token to identify which user performed the action.
While there are multiple ways to fix this, the cleanest is to have a separate user service end point that handles anonymous registration separately
The text was updated successfully, but these errors were encountered:
Currently the user registration shares the same end point with the regular user save when saving the data. However that means that the user save does not check for a token. That in turn causes the user service to not send new user record to the audit service since the audit service gets uses the token to identify which user performed the action.
While there are multiple ways to fix this, the cleanest is to have a separate user service end point that handles anonymous registration separately
The text was updated successfully, but these errors were encountered: