I've created several applications, within same workspace. all applications share same source of data, but each applications has different group of reports, for different groups of users [so not all users user will access all apps or view all data/reports]
I've created an authentication function, where user logins in with username/password, that verifies user has a active account, which will be shared by all applications, and i've created authorization schemes that sets access to data as needed.
so how does one pass the usename/password from one app to another? we have one application with a dashboard that has links for each application in the workspace. i'm trying to setup it up so the user only has to login into the app w. links to the other app and not have the user have to login again each time they select an application to access in the workspace.
Thanks in advance for any help ….