mirror of
https://github.com/bitwarden/mobile
synced 2025-12-29 06:33:53 +00:00
Client & Version headers (#1757)
This commit is contained in:
@@ -116,7 +116,7 @@ namespace Bit.App.Pages
|
||||
var redirectUri = "bitwarden://sso-callback";
|
||||
|
||||
var url = _apiService.IdentityBaseUrl + "/connect/authorize?" +
|
||||
"client_id=" + _platformUtilsService.IdentityClientId + "&" +
|
||||
"client_id=" + _platformUtilsService.GetClientType().GetString() + "&" +
|
||||
"redirect_uri=" + Uri.EscapeDataString(redirectUri) + "&" +
|
||||
"response_type=code&scope=api%20offline_access&" +
|
||||
"state=" + state + "&code_challenge=" + codeChallenge + "&" +
|
||||
|
||||
Reference in New Issue
Block a user