Hey Ory, I have been doing some digging into suppo...
# ory-network
a
Hey Ory, I have been doing some digging into support for the OAuth2 device authorization grant in ory/hydra and was pleased to find some work done early this year to support it. Looking at raw configurations for the project, individual OAuth2 clients, and the hydra admin HTTP api, it looks like support is almost there in Ory Network...? The final piece that I have not been able to resolve is setting the oauth2 -> urls -> device -> {verification, success} properties for oauth2-config such that I don't get redirected to the fallback url with an error. Am I correct in assuming that full support for device authorization grant has not yet been released in Ory Network? It looks like the Ory CLI is making use of device authorization so it appears that it is available somewhere... If it has been released, would someone be willing to give me some guidance as to why the command:
ory patch oauth2-config --add '/urls/device/verification="<https://my.domain.com/device>"'
is not sticking. If my issue is just that I am slightly ahead of a release that will resolve these issues, does anyone have information on when this feature will be fully supported? Thank you so much, Josh Smith - Campbell Scientific
s
Yes exactly, support is not yet fully released. The Ory CLI uses the Auth Code Grant btw, with a loopback callback URL. You can check out the code here: https://github.com/ory/cli/blob/fc0fa46327b6193530bd73bacfc3dbb56b661a73/cmd/cloudx/client/auth.go#L176
👍 1
a
Is there a timeline associated with the full release of this feature?