Angular & Google Login OAuth2 / OpenID Connect - Using the angular-oauth2-oidc Library

  Рет қаралды 37,111

Genka

Genka

Күн бұрын

Пікірлер: 41
@МихаилЯровенко-ф7ч
@МихаилЯровенко-ф7ч 2 жыл бұрын
Thank you, I struggled whole day, but then found your video and it works for me!
@cristiancamiloagudelo4693
@cristiancamiloagudelo4693 10 ай бұрын
I solved the image problem when loading for the first time with crossorigin="anonymous"> this way Thanks video, very useful
@laassiliawissal9596
@laassiliawissal9596 8 ай бұрын
it works :) Beautiful and Clean Explanation, Thank you
@unicornfinance2648
@unicornfinance2648 2 жыл бұрын
Danke super Ergänzung zum keycloak Video. Vielen Dank für deine Mühe, große Hilfe für mich!
@evgeniusEmelin
@evgeniusEmelin Жыл бұрын
The image issue is because you are trying to load the image from non https page but the image itself is https. You can see the error message in the console messages
@NiklasF24
@NiklasF24 11 ай бұрын
Good video! Thanks for your explanation.
@sagarjindani6262
@sagarjindani6262 2 жыл бұрын
I have followed this tutorial and made a demo project got my mails. But i tried to actually do the same for my actual project with backend and stuff. It is showing cors error. Request Header field authorization is not allowed in the access control request header
@siriuseneegy4484
@siriuseneegy4484 2 жыл бұрын
great work , expecting more content from you!
@momedalhouma14
@momedalhouma14 Жыл бұрын
is it possible to make an angular spring oauth2 example ? I don't see a lot of content on youtube about that. Thanks again
@lucasleandru
@lucasleandru 2 жыл бұрын
Very good tutorial, thanks!!!!
@kirole7381
@kirole7381 2 жыл бұрын
Great tutorial ! thanks, it worked flawlessly for me. Angular & google
@santhoshkumarviswanathan5267
@santhoshkumarviswanathan5267 2 жыл бұрын
hi bro, i have error of "popup was closed by user", when open google sdk login, after submitting user credentials it shows one moment please, it closes automatically and the error appears
@vikaskyatannawar8417
@vikaskyatannawar8417 8 ай бұрын
The single sign in doesn't work on the angular app though. ie say If I logout from youtube/google it doesn't logout from the angular app when refreshing. Can also test by running two angular servers with same google login(difffernet redirectURI added). For both login and logout they don't share the session it seems or they can't identiy each other lik how youtube and gmail do.
@irajeshtailor
@irajeshtailor 7 ай бұрын
Will it work with the consent screen for gmail
@momedalhouma14
@momedalhouma14 Жыл бұрын
nice tutorial.
@Somerandomdudefromtheinternet
@Somerandomdudefromtheinternet 2 жыл бұрын
Hey, very useful resource, I coudn't find a way to implement google signin anywhere else. Any idea on how to solve a 403: Invalid API key? Where are we supposed to put the API key in the config?
@KeerthiRajan-lj2tz
@KeerthiRajan-lj2tz 6 ай бұрын
It work for Mobile Plateform ?
@saikrishnan1974
@saikrishnan1974 2 жыл бұрын
Hi Thanks for the video. For some reason, 'tryLoginImplicitFlow' is always returning false, which results in 'hasValidAccessToken' false and it goes in a loop. Any clue why this is happening. As per chrome I am in a logged in state.
@saikrishnan1974
@saikrishnan1974 2 жыл бұрын
Root cause found. It was an implementation issue. anuglar-oauth2-oidc together with angular router is creating some issue. It goes on an infinite loop. Still investigating the same.
@brandonnunes6322
@brandonnunes6322 2 жыл бұрын
@@saikrishnan1974 hello, found any solution? I have the same problem...
@gauravjain9750
@gauravjain9750 Жыл бұрын
Here I have a problem comming after successful open-id api call there is one cert api call which gives me forbidden (403 ) ? Can anyone help me out of this ?
@metallica6852
@metallica6852 2 жыл бұрын
Can you create tutorial where the login will work on button click inside a seperate component.
@jerryf196
@jerryf196 2 жыл бұрын
does this video show how to get a new access token when it expires?
@pachathanni7845
@pachathanni7845 2 жыл бұрын
How to open google drive(include drive UI) in popup
@avinashkumar361
@avinashkumar361 Жыл бұрын
thank you bro
@ilyaskhan2689
@ilyaskhan2689 2 жыл бұрын
also make a video on Get Events from Google Calendar
@ashiqkhan5339
@ashiqkhan5339 2 жыл бұрын
where is the sign In button?
@anton9443
@anton9443 2 жыл бұрын
hm, i get response from google in url
@phuongletaha9789
@phuongletaha9789 Жыл бұрын
Please tell me. How to config with sprint boot sir.. Thanks you this video. Very nice sir.
@farzaibsheikh9764
@farzaibsheikh9764 2 жыл бұрын
you can't user logout from everywhere like youtube if user is logging out from your website you should use your redirectUri for smooth logout i believe logout method is just removing session and token from storage but not redirecting it so we need like oAuthService.logoutUrl = window.location.origin for redirecting now it will smoothly logout :)
@hariprasathsathasivam428
@hariprasathsathasivam428 2 жыл бұрын
I want to google picker api example
@escorpianoyqueee
@escorpianoyqueee Жыл бұрын
im getting this error: Error: Can not load User Profile without access_token
@escorpianoyqueee
@escorpianoyqueee Жыл бұрын
I know the problem, you wrote If (not something) and then the else for the possitive side.... except for this Nazi way of coding, the tutorial is working now.
@SP-wq6fw
@SP-wq6fw Жыл бұрын
GREAT!!!
@amaanfarooq7583
@amaanfarooq7583 2 жыл бұрын
Does this work for login with google on button click ?
@ThZFrozen
@ThZFrozen 2 жыл бұрын
yep but you have to implement on your login.component
@gianluremedio69420
@gianluremedio69420 2 жыл бұрын
To fix the image error you need to change the picture line in the html to
@greghanson7047
@greghanson7047 2 жыл бұрын
Do you have a PayPal address? I'd like to send you my thanks for such a fantastic video.
OAuth 2.0 and OpenID Connect (in plain English)
1:02:17
OktaDev
Рет қаралды 1,8 МЛН
Creating a Single-Sign-On Angular Application | OAuth2 and OIDC
10:56
Shaheer Shukur
Рет қаралды 129 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Angular Firebase Authentication - Implement Auth in Minutes
22:23
Monsterlessons Academy
Рет қаралды 18 М.
An Illustrated Guide to OAuth and OpenID Connect
16:36
OktaDev
Рет қаралды 626 М.
Session Vs JWT: The Differences You May Not Know!
7:00
ByteByteGo
Рет қаралды 309 М.
What Is Single Sign-on (SSO)? How It Works
4:54
ByteByteGo
Рет қаралды 658 М.
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 222 М.
Setup Google OAuth sign in 6 minutes
6:51
Appwrite
Рет қаралды 110 М.
Implement Google Signin | Angular
12:02
Fix It With Ankit
Рет қаралды 28 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН