

The authentication provider requires the following methods to implement:

There are two good references from which you can learn all of it:Ĭreating your authentication provider starts with creating a new class that implements from the AuthenticationProvider interface.įor the sample, I will make use of Auth0 for this sample. If you use another service or have your authentication service, you will likely want to create your Authentication Provider. Asīy default, VS Code supports the github, github-enterprise, and microsoft authentication providers. In this article, we go a step further and create our authentication provider from scratch.

Previously I wrote how you could use the Microsoft Authentication Provider in your Visual Studio Code extension to custom Azure AD applications.
