You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was originally posted in Ory Community Slack.
Currently it is not possible to skip the consent UI when using the default Ory Network authentication UI.
Describe your ideal solution
In my Ory Network project I would like to configure an OAuth2 client to skip the consent flow. This is very useful for the first-party clients, where a consent screen is an annoyance for the users and a potential source of problems, if a user does not check all the required consent boxes.
Workarounds or alternatives
The only known workaround is to implement and host a custom auth/consent UI, that would auto-accept any consent challenge. But this reduces the usefulness of Ory Network.
Version
latest
Additional Context
No response
The text was updated successfully, but these errors were encountered:
One thing we have done in the past is to allow clients with the consent scope to skip the consent. However, since we now support dynamic client registration this is no longer a good idea in my opinion, as anyone can set the consent scope for an app now.
Alternatively, this could be a new flag we add to the OAuth2 Client which is possible to modify when using the admin interface. A quick and dirty fix would be to use the OAuth2 Client metadata (but adding a proper field is preferred).
The consent UI would then simply check this flag and if it is set, auto-accept the consent with full scope.
Hi @aeneasr ! We are looking forward to using this feature :). Doing a quick check it seems it is not available on Ory Network. How can I as a user know when such (or any other) change is rolled-out to Ory Network?
Preflight checklist
Describe your problem
This was originally posted in Ory Community Slack.
Currently it is not possible to skip the consent UI when using the default Ory Network authentication UI.
Describe your ideal solution
In my Ory Network project I would like to configure an OAuth2 client to skip the consent flow. This is very useful for the first-party clients, where a consent screen is an annoyance for the users and a potential source of problems, if a user does not check all the required consent boxes.
Workarounds or alternatives
The only known workaround is to implement and host a custom auth/consent UI, that would auto-accept any consent challenge. But this reduces the usefulness of Ory Network.
Version
latest
Additional Context
No response
The text was updated successfully, but these errors were encountered: