I’m also curious how the Okta device/authorize API might be used to facilitate this flow. Are there any practical examples of that API in use in a device flow scenario?
Another question while I am at it. For the "verification_uri": "https://${yourOktaDomain}/activate", where or how is that configured? I tried that URL out for my Okta domain to see what would happen and I get the domain signin page with an “There was an unexpected internal error. Please try again.” error.
The verification_uri will come back when you make the /device/authorize call. It will always look like https://${yourOktaDomain}/activate as it is where, in Okta you need to provide the user_code to complete the login
Is there a way to customize that flow? i.e. Have the verification URI be something like https:/mydomain/activate which then performs the device activation via an Okta Auth API?