Introduction to OAuth 2.0 and OpenID Connect • Philippe De Ryck • GOTO 2018

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ก.ย. 2024
  • This presentation was recorded at GOTO Berlin 2018. #gotocon #gotober
    gotober.com
    Philippe De Ryck - Founder of Pragmatic Web Security, Google Developer Expert
    ABSTRACT
    OAuth is a delegation framework that appears on the radar of security professionals and developers more and more every day. OAuth intersects with authentication and access control, yet you would not likely use OAuth in and of itself for authentication, session management or an access control in your applications. Even more confusing, OAuth is not a standard and various service providers will likely have different implementations. Let's say it again, OAuth is not a standard - its a framework for delegation. So this leaves us with questions! What really is delegation? Where does OAuth fit [...]
    Download slides and read the full abstract here:
    gotober.com/20...
    RECOMMENDED BOOKS
    Aaron Parecki • OAuth 2.0 Simplified • amzn.to/2A3IMOf
    Aaron Parecki • OAuth 2.0 Servers • amzn.to/3ecHEsz
    Aaron Parecki • The Little Book of OAuth 2.0 RFCs • amzn.to/3i7qnlC
    Erdal Ozkaya • Cybersecurity: The Beginner's Guide • amzn.to/2T6OIj3
    Richer & Sanso • OAuth 2 in Action • amzn.to/3hXiAH6
    Wilson & Hingnikar • Demystifying OAuth 2.0, OpenID Connect, and SAML 2.0 • amzn.to/2U8iLY2
    / gotober
    / gotoconference
    / goto-
    gotocon.com
    #OAuth2 #OAuth #OpenIDConnect #security #openID
    Looking for a unique learning experience?
    Attend the next GOTO Conference near you! Get your ticket at gotocon.com
    SUBSCRIBE TO OUR CHANNEL - new videos posted almost daily.
    www.youtube.co...

ความคิดเห็น • 36

  • @leo-phiponacci
    @leo-phiponacci 8 หลายเดือนก่อน +1

    The best talk about OAuth and OIDC ever watched

  • @PaulVanBladel
    @PaulVanBladel 3 ปีที่แล้ว +11

    Brilliant. There are just talks or there is a presentation driven by someone who has the vast intention and willingness to transfer knowledge. That's what we have here. Thanks Philippe.

  • @VIJAYBVERMA
    @VIJAYBVERMA 5 ปีที่แล้ว +7

    Thank you.
    By far the best session on OAuth2.0 available on youtube.

  • @ubaidullah3328
    @ubaidullah3328 2 ปีที่แล้ว

    Thank you. First talk in two weeks that has explained oidc

  • @albpace
    @albpace 5 ปีที่แล้ว +6

    Finally an outstanding presentation that also explain the resource server perspective. Without doubt the best Oauth-2 presentation so far I have found on youtube.

  • @islamh6042
    @islamh6042 2 ปีที่แล้ว +1

    A consolidated session. Thanks a lot Philippe and GOTO!

  • @nikolassepos1640
    @nikolassepos1640 3 ปีที่แล้ว +2

    Thank you Philippe De Ryck for this excellent presentation!

  • @divabanyuwigara3562
    @divabanyuwigara3562 4 ปีที่แล้ว +5

    I like this guy, he explain very well.

  • @TanujitChowdhury
    @TanujitChowdhury 4 ปีที่แล้ว +1

    Really nice explanation on OIDC flow and what to do with the ID token

  • @sudiptapal7606
    @sudiptapal7606 4 ปีที่แล้ว +2

    The best on the topic ! Philipe rocks !

  • @tiwarivikash12
    @tiwarivikash12 4 ปีที่แล้ว +2

    Endpoint should be /token instead of /auth at 17:26

  • @maycon475
    @maycon475 4 ปีที่แล้ว +1

    Awesome explanation thanks Philippe

  • @MrOsefosef
    @MrOsefosef ปีที่แล้ว

    Small but important detail 41:16 he says there are only 3 flows but in reality OpenID Connect supports all OAuth 2.0 grant types including ROPC Grant and Client Credentials Grant.

  • @bipinkhatiwada
    @bipinkhatiwada 5 ปีที่แล้ว +2

    that's a very great explanation, man. thanks a lot.

  • @iammen7
    @iammen7 5 ปีที่แล้ว +1

    Very good explanation. Thanks you.

  • @mgrycz
    @mgrycz 4 ปีที่แล้ว +1

    Perfect presentation.

  • @vadimemelin2941
    @vadimemelin2941 2 ปีที่แล้ว +2

    Man, I am glad that thing finally makes sense to me

  • @loginjones
    @loginjones 5 ปีที่แล้ว +1

    wonderful talk

  • @toriaezunama
    @toriaezunama 5 ปีที่แล้ว +3

    Really well explained. Thank you!

  • @Anon-tt9rz
    @Anon-tt9rz 5 ปีที่แล้ว

    very well presented, thanks!

  • @jinxblaze
    @jinxblaze 5 ปีที่แล้ว +1

    beautiful

  • @nikitarungta3423
    @nikitarungta3423 5 ปีที่แล้ว

    very well explained

  • @ThePelcher
    @ThePelcher 5 ปีที่แล้ว

    Very good!

  • @tech.talk69
    @tech.talk69 4 ปีที่แล้ว

    Can you give me that What is Client at 14 : 25 ?? Follow me it can Server API ?

  • @sarinnawangkanai7768
    @sarinnawangkanai7768 ปีที่แล้ว

    Philippe De Ryck

  • @ankitsolomon
    @ankitsolomon 5 ปีที่แล้ว

    Slides link pls

    • @GOTO-
      @GOTO-  5 ปีที่แล้ว +1

      Hi there, thanks for your comment. If available the slides are linked in the video description. Here you go:
      gotober.com/2018/sessions/653

  • @baolam4180
    @baolam4180 ปีที่แล้ว +1

    Thanks

  • @maartenknf
    @maartenknf 3 ปีที่แล้ว +2

    This is a really clear explanation!

  • @nullentrophy
    @nullentrophy 3 ปีที่แล้ว +1

    I love GOTO; Intro

  • @vincentbaeten173
    @vincentbaeten173 4 ปีที่แล้ว

    Too bad he doesn't say anything about the Authorization Code Grant with Proof Key For Code Exchange (PKCE) flow because that is now the recommended flow for public clients instead of the implicit flow. And yes this was recommended before 2018.

  • @rodolfopicoreti8115
    @rodolfopicoreti8115 5 ปีที่แล้ว +1

    Excelent...

  • @daoudacamara5232
    @daoudacamara5232 5 ปีที่แล้ว

    Very good presentation!

  • @acsidaho
    @acsidaho 5 ปีที่แล้ว

    very helpful. thank you.

  • @tibi536
    @tibi536 5 ปีที่แล้ว +2

    Outstanding presentation, thank you for sharing!