Trying to work out the rule from the outside. These are all accepted as literals:
auth:
tokenUrl: https://id.example.com/oauth/token
passwordSelector: "#password"
tokenPlacement: { kind: header, name: Authorization }This is rejected:
vars:
standardPassword: secret_sauceSo it is not an exact-name list and it is not a "contains password" list either. What is it?