Explain it to Me Like I’m 5: Oauth2 and OpenID

Поделиться
HTML-код
  • Опубликовано: 26 сен 2024

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

  • @igorilievski6634
    @igorilievski6634 2 года назад +10

    Insanely good. I was already familiar with this concepts, but now I actually can communicate them to nontechnical personal.
    Great presentation!

  • @saravanan-subramanian
    @saravanan-subramanian 2 года назад +2

    Succinct and yet so illustrative! Learnt a thing or two about technical presentations too! Great presentation and presenter!

  • @KeyserTheRedBeard
    @KeyserTheRedBeard 3 года назад +5

    neat upload SpringDeveloper. I crushed that thumbs up on your video. Keep on up the really good work.

  • @MrMeMyselfMe
    @MrMeMyselfMe 3 года назад +4

    Awesome presentation!

  • @alexauto4578
    @alexauto4578 2 года назад +6

    This is very useful even if I am a little bit above 5 :)

  • @abayansal
    @abayansal Год назад +1

    fantastic explanation of oauth and openid!!!

  • @zoladkow
    @zoladkow 3 года назад +8

    @33:20 i'd say that a wrist band is the analog of an access token (you can go out and back in to the party) while for an id token that would be a badge (name & photo, etc)... 🙃

  • @numankaraaslan
    @numankaraaslan 4 года назад +7

    Yep, i am a 5 year old because this worked for me :) Thanks.

  • @RaviYasas
    @RaviYasas 3 года назад +3

    Nice explanation !!!

  • @janigerud
    @janigerud 2 года назад +1

    Really great explanation!!! Big thanks for making it

  •  2 года назад +1

    Great talk!

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

    The speaker explains: OAuth2 focusing on what a person can do, not who that person is. Later he tells, OIDC is extension of OAuth2 which implements the authentication, or identity. OIDC focus is to prove who someone, not what they can do.
    Am I the only one feel confused?
    Please correct me if I'm wrong, but in the original OAuth2 (without the OIDC extension) authenticating the user was the authorization-server responsibility. Based on the successful authentication, it could determine the authorities of the user. These authorities (stored in the issued token) provided information to the underlying services to make authorization related decisions.
    So what the OIDC add to this flow? What is the purpose of the separated access and id token. What problem this separation solves? What should we store on each and when should we use them? Can you please explain that like I'm 40+ year old, no need to lower down that much.

  • @alive-awake
    @alive-awake 2 года назад +1

    I guess i need it explained to me as if I was a 2 yr old.

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

    Awesome!

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

    It's top!👍

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

    33:15 Why is the ticket booth is called authorization server? It checks your identity, so it should be authentication, right? Please correct me if my understanding is wrong, thanks!

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

    do you have any example using : (Client Initiated Backchannel Authentication, keycloak and spring boot) please

  • @AjayKumar-fd9mv
    @AjayKumar-fd9mv Год назад

    Thanks

  • @alive-awake
    @alive-awake 2 года назад

    Why is AOL making me agree to these terms for my e-mail account?

  • @poloolo69
    @poloolo69 4 месяца назад

    goat

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

    Where can I get the presentation so I can click the links? thanks!

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

    is slideshare broken? i can't open the slides :(

  • @dongshengzhang4105
    @dongshengzhang4105 2 года назад +3

    Which 5-year-old kid can stand for almost 50 minutes of lecture???

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

    boaring

  • @richardlanglois5183
    @richardlanglois5183 3 года назад +2

    Great presentation!

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

    Can't the bearer token be of JWT format?

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

      It can be of any format. OAuth specification doesn't define format of the tokens. You can generate your own tokens if you want.