duo_universal_python icon indicating copy to clipboard operation
duo_universal_python copied to clipboard

Parameter limits disagree with Duo documentation

Open AaronAtDuo opened this issue 1 year ago • 0 comments

Description

The code comments for the state parameter indicate the minimum length of state is 22 characters, but the Duo docs (https://duo.com/docs/oauthapi#authorization-request) indicate it's 16. Let's reconcile the two.

Expected Behavior

Anywhere the parameter limits (state and nonce primarily) are described, they agree with the Duo documentation.

Actual Behavior

The state parameter limits disagree.

Steps to Reproduce

N/A

Workarounds

N/A

AaronAtDuo avatar Feb 02 '24 15:02 AaronAtDuo