Skip to main content

All Questions

0 votes
2 answers
591 views

No response after click button login

I currently create a PHP Login using Joget SSO. The Joget already have its own script of SSO. I follow the steps and if the username and password is matched, it will alert "login sucessfully" else, it ...
Hawau's user avatar
  • 99
0 votes
1 answer
763 views

JSONP or window.postMessage & MessageChannel

OK, so in building an x domain sso bit of logic we have reach an unknown. To use JSONP or window.postMessage & MessageChannel (MessageChannel) for windows bastard child IE10. The logic is (...
user avatar
1 vote
0 answers
110 views

SOAP Web Service Single User Login Integration

Working on a project where i need to implement single-user login, or letting them use the same login on their main website, as well as on another site. Right now they are using a SOAP web service. I ...
varasha's user avatar
  • 11
1 vote
1 answer
1k views

Automatically Login to Zoho Applications

I had previously created a script that automatically logs users into Zoho reports when they click on a link. Essentially, it enables single sign on through a shared user ID to access Zoho Reports. ...
Bidwell's user avatar
  • 84
2 votes
2 answers
754 views

Single Sign on to site

I am needing help with single sign on. I have siteA.com that requires login credentials, once you are in SiteA.com you can do many things and one of them is access another application siteB.com. If ...
Bulvak's user avatar
  • 1,804
1 vote
4 answers
1k views

What is the best Facebook / Twitter SSO framework

I have a website where I want users to be able to leave reviews and rate products. I want some sort of SSO based system where they can use existing facebook / twitter accounts to "sign in". It is ...
Chris's user avatar
  • 27.2k
0 votes
4 answers
2k views

Catching the Facebook Login Event to change the HTML of the parent page

I am trying to create Facebook based login using Javascript. Once a person clicks a button he should get a div replaced by another div, if he is logged in to Facebook. However, if he is not logged in ...
Arc's user avatar
  • 1,700