New extension point for Authz service #4575
Closed
scandinave
started this conversation in
Ideas
Replies: 1 comment 7 replies
-
hi @scandinave. what information from the request would you use to make the authz decision, and how? Please read our adoption guidelines in case you haven't. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Currently there is an AuthenticationService extension point to handle authentication on the ManagementAPI. We would like to secure the API with an OAuth2 provider.
The AuthenticationServiceExtension point does not let extension access the whole request and the target endpoint, only the header so it's not possible to make good decision for authorization. We propose to update the AuthenticationService for this use case ou create a new AuthzService extension point that is registered in
ManagementApiConfigurationExtension
after the AuthenticationExtensionPoint and that can pass the full request to the extension implementation.Is this something that is possible to contribute?
Beta Was this translation helpful? Give feedback.
All reactions