We are trying to implement SSO on our websites. We have found "PLDAP" which is best to implement this.
Actually we have website which has many platforms like phpfox, wordpress,joomla phpmelody,mediawiki and another will come in future. We are assuming phpfox as centralize for SSO, I just want to know that is "PLDAP" will useful to achieve our SSO requirements on above platform? Please help us regarding same. I am waiting for your reply.
Thanks,
Nilesh P
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
PLDAP is for LDAP SSO,
If you have any LDAP for account management, then you can use it as central SSO mechanism.
For your requirements, you can use PLDAP if you have a centralized LDAP database.
If you store your account/password in the databases, then you don't need PLDAP.
Hope this helps.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We are looking to implement Single Sign-On (SSO) in our organization. By SSO, we mean that when a user is successfully authenticated against an AD database, they are automatically authenticated into all applications we use in organization, without any need to re-authenticate with the individual applications.
That is, user logs into our central application and authenticates themselves with their login credentials. There on, they see the link of different apps we us in our organization and they just have to click the corresponding link to start using the app. No re-authentication is sought.
Is this possible with your library? I checked the examples provided but I only see them making authentication calls against the AD so I am not sure.
Any help will be greatly apprecaited.
Many thanks
Kshitij
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The PLDAP only solves the integration of your LDAP database.
To provide auto login for all apps, you may consider the token mechanism.
Once the user login by LDAP authentic, save the token in its browser.
So other apps can use this token to check if this user is authentic.
Hope this helps.
Liber
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you! There is a slight change that I will like to share; please see if that is possible.
We are also looking for a solution where in a user who has authenticated via OS (Win/Mac/Unix - any OS) should be "automatically" logged into all apps.
This means if I log into our network on my Macbook by authenticating using our AD server, I should be able to access "all" my php applications without any need to log in further anywhere.
Can you suggest if this is possible with your library?
Many thanks
Kshitij
Last edit: Kshitij Ahuja 2015-02-27
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
If you have any problem with using the PLDAP,
please post here.
Thank you.
Hello Sir,
We are trying to implement SSO on our websites. We have found "PLDAP" which is best to implement this.
Actually we have website which has many platforms like phpfox, wordpress,joomla phpmelody,mediawiki and another will come in future. We are assuming phpfox as centralize for SSO, I just want to know that is "PLDAP" will useful to achieve our SSO requirements on above platform? Please help us regarding same. I am waiting for your reply.
Thanks,
Nilesh P
Hi Nilesh,
Sorry for reply late.
PLDAP is for LDAP SSO,
If you have any LDAP for account management, then you can use it as central SSO mechanism.
For your requirements, you can use PLDAP if you have a centralized LDAP database.
If you store your account/password in the databases, then you don't need PLDAP.
Hope this helps.
Hello,
I need to clarify the usage of this library.
We are looking to implement Single Sign-On (SSO) in our organization. By SSO, we mean that when a user is successfully authenticated against an AD database, they are automatically authenticated into all applications we use in organization, without any need to re-authenticate with the individual applications.
That is, user logs into our central application and authenticates themselves with their login credentials. There on, they see the link of different apps we us in our organization and they just have to click the corresponding link to start using the app. No re-authentication is sought.
Is this possible with your library? I checked the examples provided but I only see them making authentication calls against the AD so I am not sure.
Any help will be greatly apprecaited.
Many thanks
Kshitij
Hi Kshitij,
The PLDAP only solves the integration of your LDAP database.
To provide auto login for all apps, you may consider the token mechanism.
Once the user login by LDAP authentic, save the token in its browser.
So other apps can use this token to check if this user is authentic.
Hope this helps.
Liber
Liber,
Thank you! There is a slight change that I will like to share; please see if that is possible.
We are also looking for a solution where in a user who has authenticated via OS (Win/Mac/Unix - any OS) should be "automatically" logged into all apps.
This means if I log into our network on my Macbook by authenticating using our AD server, I should be able to access "all" my php applications without any need to log in further anywhere.
Can you suggest if this is possible with your library?
Many thanks
Kshitij
Last edit: Kshitij Ahuja 2015-02-27