You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sending a non-empty client_id caused token redemption to fail with
"invalid_request" when the user completed authentication via the
verification_uri_complete URL (the URL with the code already embedded).
The manual code-entry path was unaffected.
Defaulting DeviceCodeLoginParameters.ClientId to empty string makes
both completion paths succeed against rSTS. Non-empty values still
work, but only when the appliance has a matching RelyingPartyApplication
registered; this caveat is now documented on the property.
0 commit comments