How To Add Google Authentication To Blazor SSR

preview_player
Показать описание
Implementing Google Authentication in Blazor is something that you might need to do sooner rather than later. So, Codewrinkles got you covered! In this video we dive into understanding the authentication flow when it comes to external identity providers. We start really from scratch, by showing you what exactly you need to configure in the Google Developer Console to establish a trust relationship between your app and Google. Obviously, as a next step we go step by step through everything you need to do to achieve the goal of adding Google Authentication in Blazor. Last but not least, I also talk about some gotchas, documentation misinformation and how to customize the default flows.

Join this channel to get source code access and other perks:

Also follow me here:

Content
1. Intro: 00:00
2. The Authentication Flow: 00:45
3. Google Development Console Setup: 04:32
4. Adding Google Authentication To Blazor: 09:50
5. Understadning the default code: 14:39
6. Customizing Authentication Flows: 18:43
Рекомендации по теме
Комментарии
Автор

I spent most of today customizing my Microsoft external login in exactly this way just before you released this video... very happy to see I was using the correct methodology. Thanks for another useful video!

alexcooke
Автор

This is the best video I could find on this. Thanks for tour help.

andyellis
Автор

Almost dying now trying to setup the one-Tap auth.

CasalGamerGG
Автор

Thanks Dan! In this way, dont you use EF to add tables of users in your DB?

ernanmaisels
Автор

Perfect video, I think that would be good if you record a video for WebAPI with 3rd party authentication provider. Thanks

raminquliyev
Автор

Many thanks for the great explanation. Can we bypass the registration step? For instance, suppose that we are using Microsoft and users are already members of Azure ad.

mightypirate
Автор

Can you share the repository of this project?

kdxmqwn
Автор

Hello, can you make a video about how to use OpenID service to authenticate the user. For example with Steam. The response of Steam OpenID is in XML format, which also breaks the authentication.

WeiZedIncorporation
Автор

Thanks
Can you do one for facebook Authentication ?

cissemy