Hello Hydra people! I need to use Hydra to provid...
# talk-hydra
d
Hello Hydra people! I need to use Hydra to provide an OAuth2.0 access token to verify user information, but I don't need the user to consent to any scopes for me. Is it possible to create a Hydra service without a consent provider?
l
Yes, you can configure an Oauth2 client on hydra to
skip_consent
which will skip showing a consent screen to a user. See: https://www.ory.sh/docs/reference/api#tag/oAuth2/operation/setOAuth2Client
d
thank you very much ! gohack