Understanding the concepts of access control [The Confused Developer]

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

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

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

    What an amazing video! The pacing, the voice, the soft background music, the clear animations, they are absolutely perfect! Instantly subscribed!

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

      Glad you enjoyed it! Thanks for your kind feedback.

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

    Question: Since checking the scope is not enough (as it isn't a subset of the user's privileges), what is the most efficient way to access/validate the user's privileges?
    Amazing content by the way! This is the clearest explanation I've seen around this topic for years.

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

      👋Okta Dev Advocate here. Thank you so much for the feedback. To answer your question - How you perform these checks honestly depends on how you intend to use the user’s permissions in an application. If you do use Auth0 you can add permissions to your access tokens, and check these in your APIs or backend. We also have some code samples that demonstrate this on the Auth0 Developer Center. Hope this helps! Happy to talk offline if it that would be useful.

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

      Thanks,@@coreylweathers ! You can explore one approach to run these checks using the Auth0 Developer Center Resources: developer.auth0.com/resources/code-samples/api Check out the ones for “Role-Based Access Control”.

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

    This is a very useful, clear and succinct overview :)

  • @user-fd3yr5eo4g
    @user-fd3yr5eo4g 11 месяцев назад +1

    What an amazing video, thanks for that.

    • @OktaDev
      @OktaDev  11 месяцев назад

      Thanks for the feedback! We're glad to hear you found it helpful.

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

    Why in every IT company we have some philosophers who decide what is Privildge, Permission, Scope etc? Why we cannot have common understanding of the same things?

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

    Very helpful. Thank you.

  • @amerjabar7825
    @amerjabar7825 11 месяцев назад

    This video was extremely useful!

    • @OktaDev
      @OktaDev  11 месяцев назад

      Great to hear! Thanks for the feedback

  • @rodneydias9586
    @rodneydias9586 10 месяцев назад

    Excellent