This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
"Requested operation has changed during the UI authentication session." shouldn't be raised if only the query string changes #7722
Labels
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Major
Major functionality / product severely impaired, no satisfactory workaround.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
z-auth
(Deprecated Label)
z-bug
(Deprecated Label)
z-p2
(Deprecated Label)
#7483 changed the condition under which the "Requested operation has changed during the UI authentication session." error raised so that it's only raised if the (method, uri) changes during UIA.
This means that if e.g. I initiate a registration with
POST /register
but ends it withPOST /register?kind=user
, which is the same operation, the registration fails.Ideally this condition should be changed to omit the query string from the uri, but we should first check if that doesn't introduce any issue (e.g. if the UIA operation is passed in the query string in some cases - which I don't think it is, but we should probably make sure of that).
The text was updated successfully, but these errors were encountered: