ASP NET Core google authentication setting up the UI

preview_player
Показать описание

Healthy diet is very important for both body and mind. We want to inspire you to cook and eat healthy. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking.

In our next video, we will discuss handling the authenticated user identity received from Google.

Text version of the video

Slides

ASP.NET Core Text Articles & Slides

ASP.NET Core Tutorial

Angular, JavaScript, jQuery, Dot Net & SQL Playlists
Рекомендации по теме
Комментарии
Автор

you need to install the googleAppi or that will not work for newer .netcore frameworks like 3.0 . . Install-Package -Version 3.1.2

dancristian
Автор

Nice ! I Love this one ! Again, Thank you very much teacher Venkat !

dhliu
Автор

what is signInManager? is it include in .NET Core 3.0?

kintanumari
Автор

Hey thanks for this course,
i have a little problem the "returnUrl" is awlays in get/post actions i don't know what i missed

mohamedashash
Автор

12:46 there is a problem appear,
reason:
the site url not equal to url that we are get from properties

to solve it:
go to credentials
change the Authorized JavaScript origins
, Authorized redirect URIs
to site url
or i prefer to delete the current credential and create a new one (with new client id client secret)

nys
Автор

best explanation of all things thanks ... pleas if you could update this course for .net core 3.x

cherrypie
Автор

how i do handle de ChallengeResult if i call the ExternalLogin through an ajax call?

miltonweinhold
Автор

sir, In my asp.net website project i don't have start_up folder.So now what to do

VikashSingh-vdcp
Автор

how can i do this without using signinmanager, im implementing my own signin authentication using IdentityServer4
how to use like confgure external authentication properties without signinmanager?

scsc
Автор

Core 3.0 just released yesterday. There are some changes

xinghuacao
Автор

Do you have plans to create a .NET Core 3.0 Blazor tutorial as well?

matthiasmuller
Автор

Hi Kudvenkat, I am getting a Error 400: redirect_uri_mismatch, it's saying the redirect should be "/signin-google" which was what we added in the last video, however the redirect we are providing in this video is "/Account/ExternalLoginCallback", Should we update the redirect uri to this is the developer console?

gregoryfox
Автор

Where to initialize SignInManager and how to initialize?

akashchavan
Автор

Likewise how to insert images, files, etc from the user into the database using angular 7 and node js rest API

ishwaryaswaminathan
Автор

Can u make tutorials on blazor as well ?

ZAKINGOFDESPAIR
Автор

I got following error


Oauth token endpoint failure when i try to login through google
How can in solve this problem??

codeautomate
Автор

sir g how to include area while using mvc

cloudbeds
Автор

Sir any Idea did you forget about Usersecret topic that you had told you will discuss later. If you did complete that section please let me know the link

RanjithKumar-qjmn
Автор

Good day sir .... Can u teach us about the creation of node js web api and connecting it with angular 7 and store it in MySQL database

ishwaryaswaminathan
Автор

Oauth is a bit confusing for me but i hope it'll help me in the future :)

fibonaccifb