In Ory Hydra, it's not possible to completely omit the consent redirection flow. However, you can accept the redirection to the redirect URL immediately. This process is so quick (less than 100ms) that the user won't notice it. To implement this, you can follow the example provided in the Hydra documentation on how to skip the consent screen. This will provide a good starting point for your implementation. Please note that this approach doesn't completely eliminate the consent flow, but it does make it invisible to the user. For more details, you can refer to the [Hydra FAQ](
https://www.ory.sh/docs/hydra/faq#how-to-omit-consent-redirection) and the guide on [Skipping Consent Screen](
https://www.ory.sh/hydra/docs/guides/consent/#skipping-consent-screen).