Our Clients are Authenticated through access tokens stored in cookies. So when I am doing a client OAuth flow and calling hydra: (hydraServer) oauth2/auth?response_type=code&client_id=clientId&scope=offline&state=Somestateid&redirect_uri=callbackurl
If I add cookies to this call will Hydra send the cookies to the login/consent? If not I can already authenticate the user before this call. Is there a way to tell Hydra that the user is authenticated when starting the auth process?