mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-16 00:04:34 +00:00
correct client id on refresh
This commit is contained in:
@@ -181,7 +181,7 @@ namespace Bit.Core.Services
|
|||||||
new Dictionary<string, string>
|
new Dictionary<string, string>
|
||||||
{
|
{
|
||||||
{ "grant_type", "refresh_token" },
|
{ "grant_type", "refresh_token" },
|
||||||
{ "client_id", "mobile" },
|
{ "client_id", "connector" },
|
||||||
{ "refresh_token", TokenService.Instance.RefreshToken }
|
{ "refresh_token", TokenService.Instance.RefreshToken }
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user