function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ShailendraTiwariShailendraTiwari 

How to get "Access_Token" from KlipFolio Dashboard ?

I build a request URL for access token but IT's not work proper please give me solution ...

function login(encodeData,compId){
               
           var urlORContains='https://app.klipfolio.com/users/sso_auth?'+ 
          'type=post'+  
          '&xhrFields=withCredentials='+true+ 
          '&headers={KF-SSO='+encodeData+',KF-Company='+compId+'}'+ 
          '&dataType=json';
          win   =   window.open(urlORContains); 
          console.log(win);
}

encodeData- it is encrytion of ssokey & companyId