• Success
    Manage your Success Plans and Engagements, gain key insights into your implementation journey, and collaborate with your CSMs
    Success
    Accelerate your Purchase to Value engaging with Informatica Architects for Customer Success
    All your Engagements at one place
  • Communities
    A collaborative platform to connect and grow with like-minded Informaticans across the globe
    Communities
    Connect and collaborate with Informatica experts and champions
    Have a question? Start a Discussion and get immediate answers you are looking for
    Customer-organized groups that meet online and in-person. Join today to network, share ideas, and get tips on how to get the most out of Informatica
  • Knowledge Center
    Troubleshooting documents, product guides, how to videos, best practices, and more
    Knowledge Center
    One-stop self-service portal for solutions, FAQs, Whitepapers, How Tos, Videos, and more
    Video channel for step-by-step instructions to use our products, best practices, troubleshooting tips, and much more
    Information library of the latest product documents
    Best practices and use cases from the Implementation team
  • Learn
    Rich resources to help you leverage full capabilities of our products
    Learn
    Role-based training programs for the best ROI
    Get certified on Informatica products. Free, Foundation, or Professional
    Free and unlimited modules based on your expertise level and journey
    Self-guided, intuitive experience platform for outcome-focused product capabilities and use cases
  • Resources
    Library of content to help you leverage the best of Informatica products
    Resources
    Most popular webinars on product architecture, best practices, and more
    Product Availability Matrix statements of Informatica products
    Monthly support newsletter
    Informatica Support Guide and Statements, Quick Start Guides, and Cloud Product Description Schedule
    End of Life statements of Informatica products
Videos Support Videos 322. Scanning Salesforce Resource in Cloud Data Governance and Catalog (CDGC)
21:22
591 Views | 28 Mar 2023
Add to Favorites
Remove from Favorites

322. Scanning Salesforce Resource in Cloud Data Governance and Catalog (CDGC)

This video explains how to scan the Salesforce Resource in Cloud Data Governance and Catalog (CDGC).

Create the Refresh Token Using SFDC OAuth 2.0 Tool - https://marketplace.informatica.com/listings/cloud/solutions/sfdc_oauth_tool_for_powercenter_10_2_0_hotfix_1.html

OR

Create Refresh Token using browser and postman -

1. Log into Salesforce with one Browser tab, open another tab, and go to this URL: https://YOUR_SFDC_SERVER_INSTANCE/services/oauth2/authorize?response_type=code&client_id=CONSUMER_KEY&redirect_uri=https://localhost:8443/salesforce/receivecallback
- If done correctly, this will prompt you to approve granting access. Approve
- It will redirect you to the Callback URL set above, which will fail. This is fine!
- The URL opened will look like this: https://localhost:8443/salesforce/receivecallback?code=aPrxYXyxzkuBzbDGdwv67qekAQredtrsWqty38LsdhfREyTRbvdjvTqdbvxPVC__4Cb9xGKDGErtOw%3D%3D
- copy the value of the code, including the %3D%3D at the end
2. Open Postman (or a similar tool) and create a POST action:
- URL: https://YOUR_SFDC_SERVER_INSTANCE/services/oauth2/token?code=CODE_VALUE&grant_type=authorization_code&client_id=CONSUMER_KEY&client_secret=CONSUMER_SECRET&redirect_uri=https://localhost:8443/salesforce/receivecallback
- Set the CODE_VALUE to the code you just generated in the previous step
- Set the Consumer Key and Consumer Secret to what you saved out of your connected App
- Use the Callback URL as created in the App.
- Submit the API Call – if successful, you will see a response that will contain the Refresh Token

Catalog Source Configuration – Salesforce - https://docs.informatica.com/data-governance-and-quality-cloud/metadata-command-center/current-version/catalog-source-configuration/supported-source-systems/salesforce.html


Product - Cloud Data Governance and Catalog (CDGC)
Expertise: Expert, Beginner
User type: Administrator, Developer
Category: Configuration, Product Feature
Project Phase: Onboard, Configure
Problem Type: Configuration

Cloud Data Governance and Catalog

Informatica Support 75/104
Back To Top

Success

Link Copied to Clipboard