the only character I've tested with is &.
steps to recreate:
- create a user with PW ending in
&
- 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: