Skip to content

SecuredAuthorizationManager should allow customizing underlying authorization manager #12233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jzheaux opened this issue Nov 17, 2022 · 2 comments · Fixed by #12488
Closed
Assignees
Labels
in: core An issue in spring-security-core type: enhancement A general enhancement
Milestone

Comments

@jzheaux
Copy link
Contributor

jzheaux commented Nov 17, 2022

Dependent on #12232, exposing this authorization manager will allow applications to customize it. This can be handy in circumstances where, for example, authorization is externalized to service or database.

@jzheaux jzheaux added in: core An issue in spring-security-core type: enhancement A general enhancement status: blocked An issue that's blocked on an external project change labels Nov 17, 2022
@jzheaux jzheaux added this to the 6.1.0-M1 milestone Nov 17, 2022
@evgeniycheban
Copy link
Contributor

I can take this.

@jzheaux jzheaux removed the status: blocked An issue that's blocked on an external project change label Jan 5, 2023
evgeniycheban added a commit to evgeniycheban/spring-security that referenced this issue Jan 6, 2023
jzheaux pushed a commit that referenced this issue Jan 11, 2023
@remal
Copy link

remal commented May 22, 2023

@jzheaux, @evgeniycheban, how can this functionality be used?

My goal is to add RoleHierarchy to @Secured functionality. Unfortunately, I couldn't find a way to customize SecuredAuthorizationManager by any customizer or BeanPostProcessor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core An issue in spring-security-core type: enhancement A general enhancement
Projects
None yet
3 participants