Hi community, I'm confused about > In certain s...
# talk-hydra
l
Hi community, I'm confused about
In certain scenarios (e.g. a special OAuth2 Client) you might not want to show the consent screen at all
For auth code flow, which scenarios would be fitted? for example, the authorization flow is after the user gives the consent?
r
Hey @User, not ORY staff but from my experience there can be a couple of scenario's. First 2 coming to mind are for example scenario's where the scopes haven't changed from previous given consents (which Ory will indicate itself by passing the
skip
boolean in the consent request) or when you're authorizing internal clients within your platform that don't need an explicit consent prompt from the user directly.
gratitude thank you 1