Skip to content

[Security] Require the "state" param by default #453

Open
@dkarlovi

Description

@dkarlovi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions