Implement OAuth 2.0 Authorization Code flow using authlib in python flask web apps | Single Sign On

Поділитися
Вставка
  • Опубліковано 1 жов 2024

КОМЕНТАРІ • 12

  • @r3dp4nda10
    @r3dp4nda10 2 місяці тому +1

    This is such a great video!! Everything is well explained and very easy to follow. The code is implemented step by step with relevant testing along the way making is very easy to understand if you are a beginner with python and flask. Great respect to you!

  • @AyahuascaDataScientist
    @AyahuascaDataScientist 9 місяців тому +1

    Why would we want the user to manually log in? Isn’t the entire point of oauth to have the credentials automatically verified (SSO)?

    • @learningsoftwareskills
      @learningsoftwareskills  9 місяців тому +1

      Hi, user will click on the login button in the client application and then he will logged in automatically of he is already logged into the SSO. He need not enter the credentials again.
      User needs to click login button explicitly in each client application so that he can have control over which client apps to login.
      Hope this helps, cheers 👍

  • @futhedude4848
    @futhedude4848 11 місяців тому +1

    Great toturial for Keycloak OAuth2 Authorization Code, but next time please upload code to somewhere so we can easy on impliment.

    • @learningsoftwareskills
      @learningsoftwareskills  11 місяців тому

      Hi, thanks for the amazing feedback. I code is in the blogpost. The link to the blogpost is present in the video description
      Cheers 👍

  • @shaunypie99
    @shaunypie99 9 місяців тому +1

    Very nice video and well-paced with testing along the way. I got mine working exactly as you described and is massive time saver. Thanks for this 👍

  • @tushaar9027
    @tushaar9027 Рік тому +1

    Great video man, very clear explanation ...keep it up

  • @mateydzhigoshev7316
    @mateydzhigoshev7316 Рік тому +1

    Really nice vide and explanation. It is rear to see such video!!!