TeskaLabs / seacat-auth

SeaCat Auth provides authentication, authorization, identity management, session management and other access control features.
GNU General Public License v3.0
11 stars 7 forks source link

fix(trackid): support wt impersonate #213

Closed elpablos closed 1 year ago

ateska commented 1 year ago

Ok, the current version fails to "Bad Request" because there is track id in the "source" session and the user performs impersonate. The failing condition is that the source session MUST be anonymous - which is inherently not true for impersonate.

I suggest to generate new track_id for impersonated sessions with missing track_id.

byewokko commented 1 year ago

fixed by #214