Tag

authentication

All blogs tagged with authentication

16
Articles
146,890
Total Views

Showing 16 of 16 articles

05
May
2024
How to Integrate Google Sign in Asp.net Core 8.0
7,903 views

Hello everyone, in today's digital landscape, integrating Google authentication login using Google API has become increasingly essential. In this article, we will delve into the process of seamlessly integrating Google SignIn into Asp.Net Core 8.0, the latest framework in the .NET Core ecosystem. Let's explore how to streamline user authentication and elevate the security standards of your web applications by Integrating Google SignIn in Asp.Net Core 8.0.

04
Mar
2024
Authentication for swagger UI in production in ASP.Net Core 6.0
4,500 views

In a production environment, securing your Swagger UI is essential to prevent unauthorized access. You can use authentication middleware to protect the Swagger UI endpoint. Below is an example of how you can configure authentication for Swagger UI in an ASP.NET Core application.

23
Sep
2023
How to Integrate Linkedin Login With Open Id Connect in Asp.Net MVC
8,115 views

So, nowadays it is really important while developing applications that users don't have to waste a lot of time trying to register or go inside your web application. So, keeping in mind the need of today's world we have few Social Login available that are getting used mostly. These include Google Login, Linkedin, and Microsoft. In this article we will see How to Integrate Linkedin Login With Open Id Connect in Asp.Net MVC.

Translate Page