Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Logto
My client is continuing to pursue the Single Sign-On concept and the tests are looking good.
All the applications inherit from one core application. Is there a way to execute what used to be a LOGTO in Arev? I'm trying to have everyone log into the core app with SSO and then direct from there.
LOGTO is an option in CTO. I'm not sure if the same is available in OI or if there is a good way to simulate.
Any ideas?
Thanks,
Michael
All the applications inherit from one core application. Is there a way to execute what used to be a LOGTO in Arev? I'm trying to have everyone log into the core app with SSO and then direct from there.
LOGTO is an option in CTO. I'm not sure if the same is available in OI or if there is a good way to simulate.
Any ideas?
Thanks,
Michael
Comments
Assuming this is the same client you were referencing in another thread, what ended up being the solution to your SSO issues?
I know this has been discussed in the Revelation forums. If memory serves, this can't easily be done. The engine can have its context swapped (in fact, just look at the OpenEngine dialog the next time you switch applications...you'll see all of the commands needed). I think switching the Presentation Server itself is more problematic.
Why not just call a new instance of OI instead and close the current instance? I think that would be much easier to implement.
Thanks in advance!
Is there a similar routine/function for creating a new user on a different database? I know that Create_User will create a user on the current database. If I'm in an application from which others inherit, and I create a user, will the user be able to access the child apps as well? If not, how do I either enable the user to access child apps, or create the user specifically for a child app? Is there a way to lock out an existing user? All Programmatically of course.
I created a user and watched what happened on the OE. Not much help there.
Thanks!
When I created a new app from the menu, I noticed in the OE than there are a number of things that get called (SETAPPID, CREATESWAP_NEWDB and others). If I'm creating programagically, what else do I need besides ADD_REPOS_APP?
Thanks,
Michael