Forum Discussion
Ingest data form a rest API with Oauth2
Hi MylenePBI ,
You can send your client id, client secret along with the header in web api activity inorder to get the token. Can you confirm how did you get your token initially?
Hello MylenePBI ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .
In case if you have any resolution please do share that same with the community as it can be helpful to others .
Otherwise, will respond back with the more details and we will try to help .
- Anonymous2 years agoNot applicable
Hi MylenePBI ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. Did your issue get resolved? Did my answer helped you?
Please let me know if you have any further queries.- MylenePBI2 years agoHelper I
Hello, sorry for the late answer...I still have trouble with ClientId and SecretId, I am not sure where and how to put them in the process.
- Anonymous2 years agoNot applicable
Hi MylenePBI - Thanks for using Fabric Community,
Inorder to understand how to use client_id and client_secret in your case, please follow below screenshot -
1. Connection - Add your base URL here.
2. Relative URL - Add your relative URL here.
3. Body (Main point) - Can add your client_id and client_secret here in json format{ "grant_type":"client_credentials", "client_id":"abcdefg", "client_secret":"123ghy456" }4. Header: Add Content-Type : application/json
Hope this is helpful. In case of any queries please feel free.