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
This API enables two different use cases: I can write and register my own auth provider, or I can access existing auth providers and leverage them. The first part of this has been fairly well tested by work I've done for settings sync and for creating a GitHub provider. Please review this part of the API and give any feedback you have about it, but focus on testing using authentication.providers and authentication.onDid[Un]RegisterAuthenticationProvider events. A provider with id "MSA" which supplies the auth for settings sync should be available.
Please test that
You can access this provider and call methods on it from an extension
When you call getSessions or login, a dialog asking for user consent is shown
The text was updated successfully, but these errors were encountered:
Testing [https://github-com/microsoft/vscode/issues/88309](Auth provider proposed api}
Complexity: 4
The proposal for the authentication provider API currently looks like:
https://github-com/microsoft/vscode/blob/8d36d09ee78e9b2be62cba2f7f686341c062575b/src/vs/vscode.proposed.d.ts!L21-L60
This API enables two different use cases: I can write and register my own auth provider, or I can access existing auth providers and leverage them. The first part of this has been fairly well tested by work I've done for settings sync and for creating a GitHub provider. Please review this part of the API and give any feedback you have about it, but focus on testing using
authentication.providers
andauthentication.onDid[Un]RegisterAuthenticationProvider
events. A provider with id "MSA" which supplies the auth for settings sync should be available.Please test that
getSessions
orlogin
, a dialog asking for user consent is shownThe text was updated successfully, but these errors were encountered: