PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Single login for two or more application using user groupware
Single login for two or more application using user groupware
Started by Steahlty, Feb., 14 2014 11:02 AM - 1 reply
Registered member
12 messages
Posted on February, 14 2014 - 11:02 AM
Hello,

under Webdev we are using not only one webapplication in our local intranet. Now we have the problem, that a user, who has access to two or more applications must login to each application seperatly.

Is there a possiblity to have one single login application and then start all the others with the identity of the allready existing login?

It is very important, that the login uses the groupware and the LDAP-authentication.

Thanks for your replys.
Greetz
Andreas
Posted on February, 14 2014 - 12:58 PM
Hi Andreas

This is what I would do to solve your problem :

-in each secondary application (ie not the login one), I would add an
awp page
- from the login app, depending on the menu option chosen, I would call
the awp page with an encrypted (or several) parameter
- in the awp page, I would decrypt the parameter(s), then do an
"internal" login (ie by code) then start the main page of my application

I have not tried that with groupware+ldap, but I do not see why it
couldn't work

Best regards


--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on http://www.fabriceharari.com


On 2/14/2014 5:02 AM, Steahlty wrote:
Hello,

under Webdev we are using not only one webapplication in our local
intranet. Now we have the problem, that a user, who has access to two or
more applications must login to each application seperatly.

Is there a possiblity to have one single login application and then
start all the others with the identity of the allready existing login?

It is very important, that the login uses the groupware and the
LDAP-authentication.

Thanks for your replys.
Greetz
Andreas