Add support to add custom AllowedApplicationsPolicy #19619
PeterKvayt
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following situation.
I created a custom application (section on UI) and I want to add an authorization policy as umbraco does.
Umbraco has the following classes:
These classes above are protected and I can't use them in my own code to add custom AllowedApplicationsPolicy. Currently I need tp copy-paste them.
Can someone give me advice, maybe there is already a solution or we need to make these classes public?
Beta Was this translation helpful? Give feedback.
All reactions