microsoft / microsoft/AdaptiveCards
Input.Text masking/password support
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Description
Please see #1443 for previous user comments on this request.
Schema/Spec
Requirements
-
Need to evaluate the implementation using secure strings -
Security concerns about submitting the data is plain-textCall out in documentation that this is not cryptographically secure -
If the underlying control supports the 'Show Password' button, it should be on; otherwise, no requirement for this
-
When
styleis set to password, themultilineproperty should be ignored. -
Validation should run on the password
Examples
{
"type": "Input.Text",
"id": "secretThing",
"style": "password"
}
Host Config
Back-compat
Tracking Issues
- #6334
- #6335
- #6336
- #6337
- #6338
- #6339
- #6340
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the previous discussion in #1443 and review the checked and unchecked tracking issues, especially #6338, to identify the remaining scope for Input.Text password support. Verify the password style, multiline handling, validation, show-password behavior, and documentation warning against cryptographic security across the relevant host controls.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100