loud-grass-72494
12/29/2021, 2:21 PMoauth2_authentication_csrf
and oauth2_consent_csrf
?ORY Hydra keeps track of user sessions. It does so by issuing a cookie which contains the user ID. On subsequent OAuth2 / OpenID Connect flows, the session will be checked and the Login Endpoint will be instructed to, for example, show the Login HTML Form or skip the Login HTML Form.which I believe is the usage of
oauth2_authentication_csrf
?