Ability for AS to reject requests that have suspicious state/nonce or other params
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 3
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Originally submitted by dgtonge (Dave Tonge) on 2023-06-21
As issue was raised via email about whether it was acceptable for an AS to reject requests that have suspicious state or nonce values. .e.g with a <script> tag or something similar.
Although the AS shouldn’t be processing such values, the worry was that by not blocking such requests, the AS may be facilitating a XSS attack..
We discussed on the call today that:
- Nothing is stopping an AS blocking requests that it considers suspicious, e.g. with a <script tag
- An AS must not wholesale block certain characters, e.g. “<“ - the AS should accept any random state/nonce value that complies with the underlying specs. The conformance suite generated random values for state and nonce.
Please chime in if you have any other view on the above
Bitbucket status: open
Bitbucket origin: issue 610
Contributor guide
No contributing guide indexed for this repository
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 by reading the issue discussion and the referenced Bitbucket issue 610, then review the underlying specifications for state and nonce values. The conformance suite is mentioned as generating random values, so use it to check which values must remain accepted. Done means reaching and recording a clear decision about suspicious-value rejection without wholesale character blocking.
Written by the indexing model from the issue text.
Assessment
- Domain
- authentication, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100