How To Add Google Authentication in ASP.NET MVC

preview_player
Показать описание
In this video tutorial we show how to integrate external social media login in ASP.NET MVC application.

Using ASP.NET Identity service we demonstrate the step by step approach to integrate Google Login in ASP.NET.

This video will show you how to configue Google Apps for integrating it in ASP.net application and using Identity service provide the capability to let users register to application using Google oAuth 2.0 Authentication process.

Prior to this video, we have also released 2 videos on Identity services that help developer to implement Register, Login & Logout along with role based authorization in ASP.NET Application. Links for the same is pasted below.

Thanks for visiting Digital TechJoint Channel and we wish all the very Best Learning experience .

Please do Subscribe, Share and like our videos

🚀 .NET Razor Pages Course

How To Implement AES 256 Encryption in ASP.NET MVC

Learn Visual Studio Code Editor for ASP.NET MVC Application - Complete Tutorial

How To Implement CRUD Operations in ASP.NET Using ADO.NET - Complete Guide

How To Integrate Stripe Payment Integration in ASP.NET MVC

How To Upload Files In Microsoft Azure Storage using ASP.NET Web-API
How To Upload Files In Microsoft Azure Storage using ASP.NET Web-API

How To Register Microsoft Azure Free Trial Account

ASP.NET MVC - How to Upload, Download and Delete Files in AWS S3
How To Deploy ASP.NET Application with Azure SQL Database on Microsoft Azure Cloud

How To Integrate ChatGPT in ASP.NET Web API

RazorPay Payment Integration in ASP.NET MVC

Blazor Server Vs Blazor WebAssembly Application

Develop Full-Stack Application using Blazor WebAssembly

How To Deploy ASP.NET Appliction on AWS Cloud Platform

How To Apply Free Bootstrap in ASP.NET Application

Razor Pages Complete Course Dotnet Framework 6.0

Complete Course in ASP.NET MVC 6.0
In this video tutorial we show how to integrate external social media login in ASP.NET MVC application.

Using ASP.NET Identity service we demonstrate the step by step approach to integrate Google Login in ASP.NET.

This video will show you how to configue Google OAuth 2.0 App for integrating it in ASP.net application and using Identity service provide the capability to let users login using Gmail Login Credentials

Prior to this video, we have also released 2 videos on Identity services that help developer to implement Register, Login & Logout along with role based authorization in ASP.NET Application. Links for the same is pasted below.

How to Setup Amazon AWS Free Account

AWS Secure Root User Using Identity Access Management Service (IAM)

Intro To ASP.net CORE

How To Upload Images in Database ASP.NET Razor Pages

Dependency Injection Explained

ASP.net CORE Using ADO.net

Repository Pattern Explained

Getting Started with Razor

Working with Images

Razor Page Short Videos Playlist

Complete ASPNET MVC Course

AWS S3
Рекомендации по теме
Комментарии
Автор

What a straightforward and clean tutorial. He explained the validation method with Google easily and in the right way. I hope to implement the same in Blazor.

rkarimabadi
Автор

you mention encrypting the google keys' values and store them in the database, is there a tutorial for that or can you recommend a tutorial video/document that talk about that in details? thanks so much.

bushraw
Автор

My application is running but it is giving 401 error: authorisation error The OAuth client was not found.

ayushchourasiya
Автор

I also want user profile pic and User email address so how can I retrieve it after user get's signed in at Home page

divyanshurai
Автор

can you make video about login Facebook?

longhothan
Автор

'Object reference not set to an instance of an object.'

returned null.

I'm having this issue, what might be the solution?

huseyinunver
Автор

I'm getting error " An unhandled exception occurred while processing the request.
ArgumentException: The 'ClientId' option must be provided. (Parameter 'ClientId')
so what should I write in appsettings.json

divyanshurai
Автор

followed the video, but when the redirect wanted to take place, I got an error. The error text is as follows (error 400: redirect_uri_mismatch)
The URLs that I added in the Google console were according to the video
can you help me?

rezamohammadi
Автор

Access blocked: This app’s request is invalid
Error 400: redirect_uri_mismatch
Why would i get this error from google?

charbelakl
Автор

Getting error "ArgumentException: The 'ClientId' option must be provided. (Parameter 'ClientId')" before creating controller page (at 11:24)

divyanshurai
Автор

Do you have google authentication using blazor?

lantisdylan
Автор

in google response claims null exception i need help please

guigamerg
Автор

Hi sir. I followed ur video. I am getting this error Exception: Correlation failed. Unknown location Exception: An error was encountered while handling the remote login.
Can u help ?

ampiahsimonsdefanti
Автор

I'm getting correlation failed error. Can't find the solution on Google

Seyanhyriu
Автор

'Object reference not set to an instance of an object.'

returned null.

I'm having this issue, what might be the solution?

Sanguinecat