Is it possible to use the integrated security from XAF together with a non-xaf application?
Meaning only one database is being used for two applications (one being a xaf application and the other a non-xaf application).
Best case: This database has already been created from the XAF application and now I want to use those security settings for the non-xaf application.
If I have a form or something else on the non-xaf application I want to know which users can write/read/etc. and link different permissions/roles to different objects.
I want to know how to best attack this problem. An example would be really helpful. Thank you.