-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Title:
Passwords with escapable characters are not handled correctly in oc-auth.ts
Description:
When users attempt to authenticate with passwords containing escapable characters (such as quotes ", single quotes ', backslashes , etc.), authentication fails or behaves unexpectedly. This appears to be due to improper handling or escaping of these characters in the oc-auth.ts file.
Steps to Reproduce:
- Create an Azure service connection that uses basic authentication
- Use a password containing escapable characters, for example: pa"ss'wo\rd
- Attempt to authenticate using this service connection.
- Observe that authentication fails, even though the credentials are correct.
Expected Behavior:
Passwords containing escapable characters should be handled correctly and authentication should succeed if the credentials are valid.
Actual Behavior:
Authentication fails when passwords contain escapable characters.
Metadata
Metadata
Assignees
Labels
No labels