Register a Client application in Google to access Google APIs via OAuth 2.0

In this post, we will understand how to register an application in Google and generate ClientId and Client Secrets for that application.…
A proper & well organized listing of IT companies
In this post, we will understand how to register an application in Google and generate ClientId and Client Secrets for that application.…
In this post, we will understand, how can we implement Login with Google Account functionality in our web. We will be doing this authentication using the Open Id Connect protocol.…
In this post, we will understand what is Cloud Computing and the basic concepts that roam around it.Compute Power & StorageCompute Power & Storage are the two most basic services provided by all cloud…
Moving a local SQL Server database to Azure SQL Database is quite straight forward. Pre-requisites: Before you move your local databse, make sure you have created a Logical SQL Server on Azure…
Network Security Groups (NSG) defines a set of access rules. We can apply this NSG on a virtual machine, subnet, or any Azure resource that supports it.NSG acts as a filter for the inbound and…
Steps to connect Azure SQL with Azure Active DirectoryCreate an Azure SQL DatabaseConfigure it to use Azure AD by setting up an adminCreate a Managed IdentityCreate an App Service and enable system…
There could be multiple ways to access the keys from Key Vault in a .NET Core application, but you could choose from the 3 explained below.Accessing Key Vault Secret using C# SDKTo access key vault…
In this post, we will understand how can we enable the user to sign-in with their work, school, or personal Microsoft account or Azure Active Directory account using ASP.NET Core.I have used Visual…
I often get confused between Encryption and Signing as both process use public key and private key. So, I thought to write a blog post about it so that I can look up to it the next time when I…
If you are running a .NET Core application in Linux container and want to access Windows Share (Network Share Path) that is secured with credentials, then you can use below C# based solution.Mount…