PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Single login for two or more application using user groupware
Single login for two or more application using user groupware
Débuté par Steahlty, 14 fév. 2014 11:02 - 1 réponse
Membre enregistré
12 messages
Posté le 14 février 2014 - 11:02
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
Posté le 14 février 2014 - 12:58
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