Authorize device to use OIDC.post https://{tenanturl}/v1.0/endpoint/{opName}/device_authorizationUse this API to authorize a device to use OIDC.Path ParamsopNamestringenumrequiredDefaults to defaultThe OpenID Connect provider ID. The default provider ID is "default".defaultAllowed:defaultForm Dataclient_idstringrequiredThe OIDC application's client ID.scopestringrequiredDefaults to openidA space-delimited list of scopes that are associated with this device authorization request.Responses 200Device and user codes are returned. 400The request was invalid. 500An internal server error occurred.Updated over 2 years ago