Steve Riesenberg

Results 276 comments of Steve Riesenberg

Here's the [stack overflow question](https://stackoverflow.com/questions/71528420/how-to-implement-multi-tenancy-in-new-spring-authorization-server) related to this issue. It looks like I suggested @arfatbk open an issue. I think it's a good idea to see if the community has...

@Basit-Mahmood, thanks for getting in touch, but it feels like this is a question that would be better suited to [Stack Overflow](https://stackoverflow.com/questions/tagged/spring-security). We prefer to use GitHub issues only for...

Thanks @Basit-Mahmood. I appreciate how excited you are to contribute! I do want to be conscious of the fact that extended discussions about how to do something in your own...

You're quite welcome, @vkadam! This ticket is on hold pending the 1.0 release, and we will be right back to it afterwards. We'll provide an update when we get closer...

Hi @GrmpfNarf, thanks for the suggestion. I've thought about this a bit, and I feel that focusing on **just** changing the `authenticationProvider(...)` method would make other customizations harder. For example,...

Hi @GrmpfNarf, did you have a chance to review my comment above?

Thanks @GrmpfNarf for the feedback. Based on more recent discussion, a better idea for how to approach this is to add a `Consumer`-based method. For example: ```java private Customizer customizeTokenEndpoint()...

@rlewczuk, Regarding audit events, see [this comment](https://github.com/spring-projects-experimental/spring-authorization-server/pull/217#issuecomment-796893680). The decision was made not to pursue that at this time as there is already a hook to hang auditing on in Spring...

@AlTurner-MOJ see [Getting Help](https://docs.spring.io/spring-authorization-server/docs/current/reference/html/getting-help.html) for some tips on that. We regularly review the [spring-security tag on stackoverflow](https://stackoverflow.com/questions/tagged/spring-security) if you have focused questions. If you just need to talk it out,...

@vakho10, take a look at [this sample](https://github.com/sjohnr/spring-authorization-server/tree/bff-demo/samples/angular-client) I worked up for [a recent webinar on SAS](https://www.brighttalk.com/webcast/14893/528772) which focused on SPAs. You will want to browse some of the previous commits...