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
attempt to auth with OrderCloudSDK.Auth.Login(username, "test&", clientid, scope)
observe request body in console grant_type:password scope:FullAccess client_id: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXX username: USERNAME password: test (empty)
alternate recreation:
create a user with a & in the middle of the PW
attempt to auth with OrderCloudSDK.Auth.Login(username, "test&123", clientid, scope)
observe request body in console grant_type:password scope:FullAccess client_id: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXX username: USERNAME password: test 123:
the only character I've tested with is
&.steps to recreate:
&grant_type:password scope:FullAccess client_id: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXX username: USERNAME password: test (empty)alternate recreation:
&in the middle of the PWgrant_type:password scope:FullAccess client_id: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXX username: USERNAME password: test 123: