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
In the current version of the EUDI Wallet IT spec we found:
PAR Request Object claim 'state': Unique session identifier at the client side. This value will be returned to the client in the response, at the end of the authentication. It MUST be a random string composed by alphanumeric characters and with a minimum length of 32 digits.
This definition doesn't clarify if we can use special characters or not.
The specification looks clear from the last statement "..MUST be a random string composed by alphanumeric characters and with a minimum length of 32 digits"
If we see the NIST definition of Special Character, this is "Any non-alphanumeric character that can be rendered on a standard...", thus not alpha-numeric.
In the current version of the EUDI Wallet IT spec we found:
PAR Request Object claim 'state': Unique session identifier at the client side. This value will be returned to the client in the response, at the end of the authentication. It MUST be a random string composed by alphanumeric characters and with a minimum length of 32 digits.
This definition doesn't clarify if we can use special characters or not.
This specs:
define state as a VSCHAR, i.e. [^\x20-\x7E] --> from \x20 (space) to \x7E (~) .
It's possible to reference the right definition of the "alphanumeric characters" into the EUDI Wallet IT spec?
The text was updated successfully, but these errors were encountered: