Friday 15 June 2012

javascript - Automatically Login to Zoho Applications -


I created a script that automatically logs users into a ZoO report when clicking on a link. , It enables single sign to access Zoho reports via a shared user ID.

This script works for a long time, but now there are no tricks.

Old script here:

  & lt ;! DOCTYPE html public "- // W3C // DTD XHTML 1.0 Transcription // N" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> & Lt; Html xmlns = "http://www.w3.org/1999/xhtml" xml: lang = "en" lang = "en" & gt; & Lt; Top & gt; & Lt; Title & gt; & Lt; / Title & gt; & Lt; Script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" & gt; & Lt; / Script & gt; & Lt; Script & gt; $ (Document) .ready (function () {$ .ajax ({type: "GET", url: "https://accounts.zoho.com/login", // login information Send this page to the data: {LOGIN_ID "Username", password: "password", IS_AJAX: "true", remember: -1, servicename: "ZohoReports"}, data type: "jsonp", timeout: 200000, full: function () {location.href = "Http: //reports.zoho.com";}}})} & lt; / script & gt; & lt; / head & gt; & lt; body & gt; & lt; / body & gt; ; & Lt; / html>   

I have tried several modifications in the script, but I have no luck. If anyone has some ideas, then I can not

Do you have a login all users? I think that the number of concurrent login There is a limit that you can use. Check with Zoho Accounts Support

No comments:

Post a Comment