cancel
Showing results for 
Search instead for 
Did you mean: 

LMS Connection with GCP

tarungupta
Discoverer
0 Kudos
160

Requirement : we need to connect GCP with LMS for reporting . we are able to do this through REST API

Issue : During connection we are facing issue with GCP

Description : we have 2 options in GCP side

 Option 1: Create Token , Input Parameter required are:

  • Token url
  • Client id
  • Private Key
  • User id
  • Company ID
  • SF Base URL

 

We provided all the details but for Private Key , we used the client hash value from the LMS we got the error to Error Generating Private Key

 

 Option 2: Enter Token Required input parameters:

  • Token url
  • Client id
  • Assertion Token
  • Company ID
  • SF Base URL

 

We tried using the client hash in the assertion token and encountered the following error:

Error: The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.

Any suggestion

 

 

 

 

Accepted Solutions (0)

Answers (1)

Answers (1)

PL1
Product and Topic Expert
Product and Topic Expert
0 Kudos

@tarungupta, you could try to generate the token by following these documents: Authentication Using OAuth 2.0 (KBA 3031657) or KBA 2558226.