OIC integration with sharepoint using certificates/private keys
Summary
OIC integration with sharepoint using certificates/private keys instead of client_secretContent
Hi,
I'm trying to create an integration to connect to sharepoint and have followed below links to create the authentication. both these links require to have client_secret as one of the parameters.
OAuth2.0 custom 2 Legged Security in REST connection: Oracle Integration
ICS to SharePoint Online REST API
I've configured 'OAuth Custom Two Legged Flow' with below 'Access token Request'
-X POST -H "Content-Type: application/x-www-form-urlencoded" --cacert /home/opc/keystore/oic-test1.cer -d 'grant_type=client_credentials&client_id= <CLIENT_ID>@<TENANT_ID>&resource=00000003-0000-0ff1-ce00-000000000000/<CUSTOMER>.sharepoint.com@<TENANT_ID>'
Tagged:
0