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
We should store the MessageIntegrity used to create the allocation, and then assert that it hasn't changed across requests
All requests after the initial Allocate must use the same username as
that used to create the allocation, to prevent attackers from
hijacking the client's allocation. Specifically, if the server
requires the use of the long-term credential mechanism, and if a non-
Allocate request passes authentication under this mechanism, and if
the 5-tuple identifies an existing allocation, but the request does
not use the same username as used to create the allocation, then the
request MUST be rejected with a 441 (Wrong Credentials) error.
The text was updated successfully, but these errors were encountered:
We should store the MessageIntegrity used to create the allocation, and then assert that it hasn't changed across requests
The text was updated successfully, but these errors were encountered: