Replies: 1 comment
-
Sure why not. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I think this place is better than creating an issue.
There is the possibility to create a global authorization provider, but this is without a supplied context. When there is a context known, the source that requires authorization would be available.
An example would be (pseudo):
class RestAuthorizationProvider implements AuthorizationProvider { Context getcontext(); }
Which then could be extended so my own written authorization provider would have access to the context.
Ofcourse, this would require a way to determine the permissions set on an endpoint.
Beta Was this translation helpful? Give feedback.
All reactions