Skip to content

Commit

Permalink
Update device_authorization.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pregress authored Sep 29, 2023
1 parent ad02930 commit 2feb02e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var client = new HttpClient();

var response = await client.RequestDeviceAuthorizationAsync(new DeviceAuthorizationRequest
{
Address = "https://demo.duendesoftware.com/connect/device_authorize",
Address = "https://demo.duendesoftware.com/connect/deviceauthorization",
ClientId = "device"
});
```
```

0 comments on commit 2feb02e

Please sign in to comment.