Commit Graph

27 Commits

Author SHA1 Message Date
Rachel Macfarlane
9641ad2253 Don't use local server for signin in remote scenarios, fixes #104628 2020-11-17 15:10:27 -08:00
Rachel Macfarlane
102e0e6d84 Handle incomplete login requests gracefully, fixes #109102 2020-10-23 09:45:50 -07:00
Rachel Macfarlane
74ef0a92fe Update callback url for ms authentication when not using local server 2020-10-17 09:45:19 -07:00
Rachel Macfarlane
31419adc34 Polish onDidChangePassword changes 2020-10-12 10:31:16 -07:00
Rachel Macfarlane
4c0811c9c2 Removing polling from auth extensions, fixes #107480 2020-10-09 16:33:53 -07:00
Rachel Macfarlane
dafce599a6 Add getPassword, setPassword, and deletePassword APIs, #95475
Co-authored-by: SteVen Batten <sbatten@microsoft.com>
2020-10-06 14:57:16 -07:00
olegoid
f19ccd13c2 Made id_token optional in ITokenResponse
According to:
https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow#successful-response-1
2020-10-01 21:01:29 +02:00
olegoid
c98463a24c Add support for opaque AAD access tokens 2020-10-01 21:01:29 +02:00
Rachel Macfarlane
403a6895f4 #106321, Don't retry token refresh if the response was not ok 2020-09-17 19:39:09 -07:00
Rachel Macfarlane
2e10ab2a95 Possibly improve logging on token refresh fail 2020-09-16 15:39:43 -07:00
Oleg Demchenko
352a390251 Add preferred_username to the list of msft token claims (#106511) 2020-09-11 12:38:03 -07:00
Rachel Macfarlane
c7c6c5cde1 Fix #105503 2020-09-01 17:31:05 -07:00
Rachel Macfarlane
a6103e8faa Fix Buffer reference in browser for ms auth 2020-08-26 15:20:45 -07:00
Rachel Macfarlane
12f63d9c66 Stabilize authentication consumer side, fixes #100993 2020-07-28 09:58:16 -07:00
Rachel Macfarlane
33659eda9f Add codeExchangeProxyEndpoints to web api 2020-07-24 12:46:15 -07:00
Rachel Macfarlane
3c96ef7d89 Update Microsoft auth callbacks 2020-07-24 09:11:50 -07:00
Rachel Macfarlane
7725bf1bcc Move authServer to fix relative paths issue 2020-07-20 09:31:37 -07:00
Rachel Macfarlane
a155fcf762 Address feedback on auth provider API 2020-07-16 16:03:17 -07:00
Rachel Macfarlane
0d1933a322 Add webworker support for microsoft authentication extension 2020-07-16 15:21:23 -07:00
Rachel Macfarlane
0a30c7a64d Add GDPR comments for auth provider telemetry 2020-07-08 11:22:21 -07:00
Rachel Macfarlane
348e2b4c6e displayName -> label, use providerIds in favor of getProviderIds, #100993 2020-07-06 18:23:12 -07:00
Rachel Macfarlane
ab7a5ec3ad Address part of feedback for #100993 2020-07-06 08:51:24 -07:00
Rachel Macfarlane
629e1d7e16 Remove old getSessions and login methods from auth provider API 2020-06-24 15:33:09 -07:00
Rachel Macfarlane
1a1ab8a435 Better handling for MS auth provider when refresh token is not requested 2020-06-12 15:08:00 -07:00
Rachel Macfarlane
a79822ac0a Remove old auth provider migration code 2020-05-28 12:55:52 -07:00
Rachel Macfarlane
87b0c54586 Make AuthenticationSession a class and remove getAccessToken method, fixes #91554 2020-05-15 14:34:04 -07:00
Rachel Macfarlane
9559d186d4 Rename vscode-account extension to microsoft-authentication 2020-05-13 09:41:42 -07:00