Spring Tips: the Spring Authorization Server: securing SPAs and messaging flows

Sdílet
Vložit
  • čas přidán 12. 07. 2024
  • hi, Spring fans! In this installment, we continue our look at the venerable Spring Authorization Server, this time looking at how to extend its use beyond just HTTP APIs, to secure single page applications and messaging flows with OAuth.
  • Věda a technologie

Komentáře • 11

  • @hamza201183
    @hamza201183 Před 4 měsíci +2

    Interesting, thank you very much!

  • @mohammadtoficmohammad3594
    @mohammadtoficmohammad3594 Před 4 měsíci

    Thank you very much

  • @mohamadsharifi2353
    @mohamadsharifi2353 Před měsícem

    Great video. I tried this token relay and gateway proxy thing, but the gateway client does not refresh the token. Is there any additional configuration that I missed?

  • @AhmedMohamed-dj6lg
    @AhmedMohamed-dj6lg Před 4 měsíci +2

    Is Spring Authorization Server support user Registration? if not how can I handle user register as an e-commerce app and wanna user signup before place orders?

    • @SpringSourceDev
      @SpringSourceDev  Před 4 měsíci

      stay tuned for the next installment wherein we look at durable implementations of the `UserDetailsService`, `RegisteredClientRepository`, etc., using something like JDBC. You can build a self service signup form on top of that database.

  • @shubitoxX
    @shubitoxX Před 4 měsíci +2

    The note popup sound is too loud/uneasy on the ears, maybe because audio quality in this one seems slightly off.

  • @thetrilbies1
    @thetrilbies1 Před 4 měsíci

    Is there a video on using grailvm to compile spring config server?

  • @traxex1975
    @traxex1975 Před 4 měsíci

    How about fixing Spring Boot WebMVC & Spring Boot Security Native executables and images issue in latest SB Security version?

  • @DanielosCompaneros
    @DanielosCompaneros Před 4 měsíci

    There's brand new spring cloud gateway mvc but it misses a good hands on tutorial. I really wish to use it instead of reactive one. Do You plan to do such tutorial?

  • @amitpccsful
    @amitpccsful Před 4 měsíci +3

    do you have github repository link for this exercise?

  • @jeromewacongne7385
    @jeromewacongne7385 Před 4 měsíci

    Are you sure about the CSRF protection disabling in an application relying on sessions, like the gateway configured with oauth2Login is in your system? This looks like a big security issue that many watchers of this video will follow...