Rob Winch
Rob Winch
Thank you for the work on this @franticticktick and your help @kse-music! I pushed the changes necessary for this. In order to resolve the correct generic types, [the code](https://github.com/spring-projects/spring-security/commit/a8f045eb50ef975a02df8c3699bce9390d9c21bb#diff-78632899b05f7818598b724211da01697141da21ecc699ed1a273de33607e151R203) looks...
Hello everyone! Sorry for the delayed response. We haven't outlined how the features would work yet, but I'm open to suggestions. The more concrete the suggestions the easier it will...
@Crain-32 Thank you for your response. At this time, I think that we'd probably implement the authorization in a new `AuthorizationManager` interface because it is the modern API for authorization...
I'm curious how much of this support should be OpenFGA specific. User's can use `@PreAuthorize` with SpEL expressions to check permissions. For example: ```java @Component class OpenFga { public boolean...
@aaguiarz My apologies for missing [your comment](https://github.com/spring-projects/spring-security/issues/14121#issuecomment-1942519260). I think that I may have started writing before you posted and then just didn't see it. > would you be OK with...
> Are we good to use the spring.security prefix for our properties? Or should we stick to openfga Right now I don't think that there are rules around the code...
@jimmyjames Thanks for your reply. > how meta-annotations can enable adding method-level FGA checks pretty seamless I'm glad the meta annotations support is proving to be valuable. > Given that,...
**NOTE**: I added this here instead of https://devcommunity.x.com/t/oauth2-in-spring-boot-3-implementation/233316 because X was rejecting my POST due to the links in it. I spent too long trying to figure out what was...
Thanks for the PR @yybmion! I wonder if this might be better implemented using SpEL to provide more powerful options for resolving the username. What are your thoughts?
Yes. Please provide an implementation that uses SpEL.