ASP NET Core google authentication setting up the UI

Поделиться
HTML-код
  • Опубликовано: 9 окт 2024
  • Integrating google authentication in asp.net core web application. We will set up the UI (ie. the User Interface) and also configure to redirect the request to Google when Signin with Google button is clicked.
    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.
    / @aarvikitchen5572
    In our next video, we will discuss handling the authenticated user identity received from Google.
    Text version of the video
    csharp-video-t...
    Slides
    csharp-video-t...
    ASP.NET Core Text Articles & Slides
    csharp-video-t...
    ASP.NET Core Tutorial
    • ASP.NET core tutorial ...
    Angular, JavaScript, jQuery, Dot Net & SQL Playlists
    www.youtube.co...

Комментарии • 68

  • @dancristian3673
    @dancristian3673 4 года назад +59

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

  • @dhliu9687
    @dhliu9687 Год назад

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

  • @dekcode2824
    @dekcode2824 2 года назад

    Thanks 🙏. You have saved me the day.

  • @mohamedashash27
    @mohamedashash27 3 года назад

    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

  • @kintanumari8919
    @kintanumari8919 3 года назад +1

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

  • @sc12sc
    @sc12sc 4 года назад +2

    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?

    • @talhabalc7185
      @talhabalc7185 3 года назад

      hello Sc, could you find answer of this question? i'm struggling with the same issue

  • @matthiasmuller6816
    @matthiasmuller6816 5 лет назад

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

  • @cherrypie5037
    @cherrypie5037 4 года назад

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

  • @RanjithKumar-qj9mn
    @RanjithKumar-qj9mn 5 лет назад

    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

    • @Csharp-video-tutorialsBlogspot
      @Csharp-video-tutorialsBlogspot  5 лет назад

      Hello Ranjith - No, I have not forgotten. Please check out Part 110 from the asp .net core course at the following link.
      www.pragimtech.com/courses/asp-net-core-mvc-tutorial-for-beginners/

  • @Евгений-ц9в4ь
    @Евгений-ц9в4ь 4 года назад

    Very good explanation. Thanks!

  • @ishwaryaswaminathan6738
    @ishwaryaswaminathan6738 5 лет назад

    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

  • @xinghuacao9755
    @xinghuacao9755 5 лет назад +5

    Core 3.0 just released yesterday. There are some changes

  • @gregoryfox7533
    @gregoryfox7533 2 года назад

    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?

    • @leodaga4317
      @leodaga4317 11 месяцев назад

      Hello, add also the one with /signin-google

  • @loveunimeanit
    @loveunimeanit 5 лет назад

    You the best ... great work ..

  • @ishwaryaswaminathan6738
    @ishwaryaswaminathan6738 5 лет назад

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

  • @fibonaccifb
    @fibonaccifb 4 года назад

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

  • @ZAKINGOFDESPAIR
    @ZAKINGOFDESPAIR 5 лет назад

    Can u make tutorials on blazor as well ?

  • @Vagelis_Prokopiou
    @Vagelis_Prokopiou 5 лет назад

    Awesome 👍

  • @Gimmiyimmy
    @Gimmiyimmy 4 года назад

    I want to implement google authentication in my website. Is it free or I need to pay for it ?

    • @Jpolanco1903
      @Jpolanco1903 4 года назад

      Atul Srivastava totally free

  • @VikashSingh-vd9cp
    @VikashSingh-vd9cp 4 года назад

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

  • @nys8260
    @nys8260 4 года назад

    12:46 there is a problem appear,
    reason:
    the site url not equal to url that we are get from properties
    to solve it:
    in console.developers.google.com/
    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)

  • @codeautomate8155
    @codeautomate8155 4 года назад

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

  • @govindreddy13
    @govindreddy13 5 лет назад

    Super bro

  • @miltonweinhold6859
    @miltonweinhold6859 4 года назад

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

  • @akashchavan6569
    @akashchavan6569 4 года назад +1

    Where to initialize SignInManager and how to initialize?

  • @DeepankarDeovrat
    @DeepankarDeovrat 5 лет назад +1

    Can we get the link for the source code of the whole project?

    • @Csharp-video-tutorialsBlogspot
      @Csharp-video-tutorialsBlogspot  4 года назад +1

      Hello Deepankar - Yon can download the source code from the following page. Hope this helps.
      csharp-video-tutorials.blogspot.com/2019/11/aspnet-core-mvc-course-wrap-up.html
      I have included all the ASP .NET Course videos, slides and text articles in sequence on the following page.
      www.pragimtech.com/courses/asp-net-core-mvc-tutorial-for-beginners/
      If you have time, can you please leave your rating and valuable feedback on the reviews tab. It really helps us. Thank you. Good luck and all the very best with everything you are doing.

  • @suneelbudha4795
    @suneelbudha4795 4 года назад

    Exception: Correlation failed.
    Unknown location
    Exception: An error was encountered while handling the remote login.
    Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler.HandleRequestAsync()
    help me I m stuck on that, how to solve that error , I m using visual studio on Mac

    • @ishwaryaselvam7463
      @ishwaryaselvam7463 Год назад

      I'm also stuck with this error. Any solutions??

    • @krishnasapkota3110
      @krishnasapkota3110 7 месяцев назад

      @@ishwaryaselvam7463 did you find solution?

    • @renjuag8279
      @renjuag8279 5 месяцев назад

      Same error. Any solution for this?

  • @marcol5374
    @marcol5374 4 года назад +1

    Thanks a lot for this course.
    Model.ExternalLogins.Count in the view return null exception. But in the action method of the controller, ExternalLogins count 1.
    Why ?
    Thanks a lot.
    Edit : i found the error...i forgot to pass the model to the view :-)

  • @sivaprakashsekar6931
    @sivaprakashsekar6931 4 года назад

    Sir, can we get the source code. Because some way I'm using. But redirect issue occurs.

    • @conaxlearn8566
      @conaxlearn8566 4 года назад +1

      drive.google.com/drive/folders/1z49q-8xkKu8N8VjdemYKTs_4IbzBeLWM

    • @sivaprakashsekar6931
      @sivaprakashsekar6931 4 года назад

      @@conaxlearn8566 thank you sir...

    • @conaxlearn8566
      @conaxlearn8566 4 года назад

      @@sivaprakashsekar6931 You are quite welcome. That's Venkat's Google Drive. He shared it in his last video in this series.

  • @cloudbeds2651
    @cloudbeds2651 4 года назад

    sir g how to include area while using mvc

  • @shubhamdhanetia1796
    @shubhamdhanetia1796 4 года назад

    How would you handle the OAuth, If the Client Application is separated from .Net CORE API and the communication between Client and .Net core API
    is it via JWT Token?
    Here, in this tutorial, Client and Server both exist in the same application and it uses Identity Authentication.
    I have asked this question in StackOverflow and also suggested a possible flow to get this thing done. Can you check?
    stackoverflow.com/questions/64274207/how-to-configure-both-jwt-and-oauth2-access-token-in-backend-server

  • @MuhammadAli-my4lw
    @MuhammadAli-my4lw 2 года назад

    its giving me error that mismatch uri

  • @tradingfloor2638
    @tradingfloor2638 4 года назад

    Sir Its not working

  • @mouxez
    @mouxez 3 года назад

    +