Heya, we're trying to skip the consent page for a ...
# ory-selfhosting
w
Heya, we're trying to skip the consent page for a client. We've toggled the option when creating the client:
Copy code
"scope": "offline_access email profile openid",
  "skip_consent": true,
  "subject_type": "public",
But the client still gets sent to the fallback consent page.