Open
Description
Currently, the bundle allows for auth requests to be made without the "state" param which is technically correct as it is not required, only recommended.
But, it's a very strong recommendation (even in the specification) to include it, as it allows for protection against CSRF which becomes quite important.
Auth request without a state should be treated as an invalid request by default.