I’m attempting to follow this document (Call Your API Using the Device Authorization Flow) to get a native application configured in such a way that I can get an access token for a CLI that I’m trying to build. I would like to use our enterprise OIDC connection to authenticate the user but I’m unable to get it working. When I attempt to enable only the enterprise OIDC connection and click the link with the 8 character code I get this error: “no connections enabled for the client”
Is there anything I can do to get this to work? Are enterprise connections supported for Device Code authorization?