VLFONE User Authority Help
Posted: Fri Sep 08, 2017 5:36 am
Hello All,
I'm currently porting an existing application into VLFOne. I have a file of existing users that includes admin authority as well as password encryption. I would like to continue to use this file and incorporate it into the framework but it appears that the 'Framework Users and Authority' is a closed loop -by that I mean that the reusable parts that make up the built-in framework authority are just that, built-in (they're VF_* objects and thus cannot be viewed/manipulated). At the moment, I have successfully created a custom U_OLOGON IIP and included logic to check the file to authenticate users, however, and again, this authentication is entirely removed from the authority the framework uses, meaning a successful return from the logon IIP is not enough to log in to the framework. To negate this, I must employ the 'chicken and egg' special user scenario to login and manually add each user and define their access rights/group, except that adding a user does not seem to allow for specifying a password, so to create a new user you would have to...not use the framework? In addition I have to re-specify access (admin) rights? My hope is that there is a programmatic (read: low-code) way for me to utilize functionality (authentication, permissions, encryption) and data of the existing application within the framework. Has anyone explored this and found success porting existing applications into the framework without throwing most of it away/manually importing everything?
Thanks,
- z
I'm currently porting an existing application into VLFOne. I have a file of existing users that includes admin authority as well as password encryption. I would like to continue to use this file and incorporate it into the framework but it appears that the 'Framework Users and Authority' is a closed loop -by that I mean that the reusable parts that make up the built-in framework authority are just that, built-in (they're VF_* objects and thus cannot be viewed/manipulated). At the moment, I have successfully created a custom U_OLOGON IIP and included logic to check the file to authenticate users, however, and again, this authentication is entirely removed from the authority the framework uses, meaning a successful return from the logon IIP is not enough to log in to the framework. To negate this, I must employ the 'chicken and egg' special user scenario to login and manually add each user and define their access rights/group, except that adding a user does not seem to allow for specifying a password, so to create a new user you would have to...not use the framework? In addition I have to re-specify access (admin) rights? My hope is that there is a programmatic (read: low-code) way for me to utilize functionality (authentication, permissions, encryption) and data of the existing application within the framework. Has anyone explored this and found success porting existing applications into the framework without throwing most of it away/manually importing everything?
Thanks,
- z