If I want to put ProjeQtOr on the platform in the form of a link, and I want to click on the link without logging in again when both accounts are the same, can this be achieved?
If it can be achieved where should I add session? maybe main.php or somewhere.
Thanks.
Hello
I'm not sure I fully understand what you want to do. However, we can manage LDAP and an SSO connection system if you have one
Hi,thanks for your reply.
It’s like when I log in to the first webpage, click the link on this webpage to go to ProjeQtOr, and ProjeQtOrt also needs to be logged in, so can I use the session of the previous webpage so that I don’t have to log in again when I have the same account?
It is SSO (Single SingOn)
ProjeQtOr is comatible with SAML2 SSO.
But you have to setup a SSO Provider.
Hi,thanks for your reply.
If I don't use SSO, can it be implemented in other ways? Like adding a Session comparison in the code, if the Session is the same, you can directly enter the home page...
I wish there was a method like this...
No, you shu=ould really not do that.
It would sure be a great security breach.
Only Single Sign On will bring what you expect.
Possibly "remeber me" option would be a temporary workaround, but it's often concidered as security weakness (that why it can be disabled in projeqtor)