OAuth for Java Developers

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

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

  • @razvanandrei2671
    @razvanandrei2671 Год назад +3

    Very comprehensive and easy to understand presentation, well done, Matt!

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

    A very informative session, especially the first half is suitable for any developer looking at OAuth integration, let alone java developers.

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

    Great session, thank you for the valuable info!

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

      You're welcome! Thanks for watching. :)

  • @kanaillaurent526
    @kanaillaurent526 Месяц назад

    At 42:33 did you mean "Can u do oidc without a browser?"

  • @hasanmarzooq1424
    @hasanmarzooq1424 9 месяцев назад

    Hi ​@mraible
    That's really a great video on OAuth. Do you've any idea or advise for implementing Client Credentials in Java Play framework, provided we don't want to use any 3rd party idP. Thanks.

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

    Great session

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

    very informative

  • @raven8brain
    @raven8brain Год назад +2

    6:56

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

    👋🏼🇨🇴🧔🏻👍🏼🤝🏻 Saludos desde Colombia, buena información

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

    an important tool

  • @julienbarbe-bf3qg
    @julienbarbe-bf3qg Год назад

    Hello Matt, I am a bit confused, at one moment you say that OAuth 2 cannot be done without a browser, but in the end the Client credential Flow does not require a browser and is still in the "OAuth 2.0" grant types, it is contradicting, did I miss something?
    Thank you for this valuable presentation by the way !
    Julien

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

      You are correct that a browser is not needed for client credentials. I should've specified that a browser is only necessary when a user is involved.

    • @julienbarbe-bf3qg
      @julienbarbe-bf3qg Год назад

      @@mraible Thanks for your reply !