You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: