Implementing Microservices Security Patterns and Protocols with Spring Security

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

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

  • @alishreef6249
    @alishreef6249 5 лет назад +8

    thank you JOE
    you make spring security easy for me , before i was heat it . but now , i see the full picture
    thank you again .
    go ahead

    • @sdoxsee
      @sdoxsee 5 лет назад +4

      Glad you found the talk helpful, Ali!

  • @mathiasconradt
    @mathiasconradt 4 года назад +3

    43:00 Why is there no audience passed in the authorization request (and thus an empty aud claim inside the JWT)? Should that not be the respective resource server/microservice? That would be especially interesting to see since there are multiple microservices being called.

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

    Hi @Springdeveloper, do you have complete course by this instructor? pls share if you have.

  • @stefa168
    @stefa168 2 года назад

    Is the project in any way still reachable? The slides linked in the video description are down too.

  • @Brian_Long_Love_Guitar
    @Brian_Long_Love_Guitar 3 года назад

    where I can download the demo project? thank you

  • @hoangtuan4592
    @hoangtuan4592 2 года назад

    Could you share your repository?

  • @joseantoniodavilaperez4954
    @joseantoniodavilaperez4954 3 года назад

    Hello, I want to know if Is posible combine Spring Security with Azure Function, What I Want is secure my function using spring cloud and azure function and spring security. It could be posible ? Thanks you

  • @davidfay843
    @davidfay843 4 года назад

    I'm looking for a way to perform service to service authorization between a client app and a secured (with Keycloak) Spring Cloud Config Server. However, the config server contains properties that my client needs at startup. I know I can use a spring.factories file and define a custom configuration at bootstrap. Can I use that custom configuration to get my client authorized so it can request config properties?

  • @BharathKumar-qq7gc
    @BharathKumar-qq7gc 3 года назад

    I have a requirement to authenticate my rest endpoint using both okta and azure issuer url. Can anyone suggest how to implement this feature in spring security

  • @BharathKumar-qq7gc
    @BharathKumar-qq7gc 3 года назад

    Can the same resource be accessed with two different tenants? Can someone pls provide code for that . I am trying to access rest api using jwt generated
    By okta and azure ad b2c

  • @abrahamstalin
    @abrahamstalin 4 года назад +2

    github project?

  • @ChinmayaDas
    @ChinmayaDas 5 лет назад +1

    Could you please share the Github code URL

    • @sdoxsee
      @sdoxsee 5 лет назад +11

      Hey Chinmaya, the code can be found here: github.com/jgrandja/oauth2-protocol-patterns We were using the "s1p-2019" branch but the documentation is better on the "master" branch using UAA instead of keycloak.

  • @kappaj01
    @kappaj01 5 лет назад

    Somehow I'm missing something here. All the amount of configuration just to get a couple of micro services secured is daunting. What will I have to do when adding a new micro service? It almost looks like I will have to do a new set of configuration here. So with say 500 micro services this is going to be a config nightmare. Surely this is not the way production security will have to be configured? If so, then Spring is loosing the plot bigtime.....

    • @sdoxsee
      @sdoxsee 5 лет назад +1

      Hi Andre. Thanks for your comments and questions. I share your desire for a GREAT developer experience. As a user of spring security/boot, I've found the configuration to be quite minimal (e.g. vanilla resource server = dependency + jwk-set-uri property). The demo was intentionally more complex to help people with scenarios that go beyond "hello world". If there's a particular configuration that you find excessive, please share your suggestions by creating an issue on spring-security's github repo. Also, give me a shout and I'd be happy to discuss your situation! simplestep.ca/contact or twitter.com/doxsees. Cheers!

    • @kappaj01
      @kappaj01 5 лет назад +2

      Thank you Stephen - still busy working through the video to try and get a proper understanding. Appreciate the feedback.
      I always try my best to get the full env running without going to github so that I understand what is being said.

  • @RamKumar-rg3gr
    @RamKumar-rg3gr 3 года назад +1

    may be corona