Skip to content

Commit fa3baab

Browse files
committed
Add 8.3.1 release notes for device code client_id fix
1 parent 94459a8 commit fa3baab

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

SafeguardDotNet.DeviceCodeLogin/SafeguardDotNet.DeviceCodeLogin.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
Allows custom application to use the Safeguard Web API by authenticating to
2929
Safeguard using OAuth 2.0 Device Authorization Grant (RFC 8628). This enables
3030
authentication from headless environments without a local browser.
31+
32+
What's new in 8.3.1:
33+
- Fix token redemption failing with "invalid_request" when the user completed authentication via the verification_uri_complete URL.
3134
</PackageReleaseNotes>
3235
</PropertyGroup>
3336

SafeguardDotNet/SafeguardDotNet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Provides an easy way to connect to Safeguard and call the Safeguard API.
3030
- Real-time event notifications
3131
- Persistent event listeners that reconnect even after an appliance goes offline
3232

33-
Updates:
34-
- Bug fixes and dependency updates.</PackageReleaseNotes>
33+
What's new in 8.3.1:
34+
- DeviceCodeLogin: fix token redemption failing with "invalid_request" when the user completed authentication via the verification_uri_complete URL.</PackageReleaseNotes>
3535
</PropertyGroup>
3636

3737
<ItemGroup>

0 commit comments

Comments
 (0)