28-11-22 12:44 PM
Hi Team,
Business team provided SSL certificates with .crt, .pfx and .pem files to access a their Web API. We imported crt and .pfx files as suggested in the below documents but we are unable to import or install .pem file. Hence we are unable to generate the Token successfully. We used OAuth 2.0 (Client credentials) for token generation.
We referred below document
https://bpdocs.blueprism.com/hub-interact/4-3/en-us/installation/install-interact-typical-runtime-resources.htm#ConfigurConfigure Digital Workers for Interact
Thanks & Regards,
Venkateswara Rao G
28-11-22 02:12 PM
29-11-22 06:45 AM
Hi @ewilson,
Yes. We are simply trying to get a process to use a client certificate to authenticate with a 3rd party Web API.
Business provided the ssl certificates(.cer,.pfx and .pem files) for authentication and to generate the Token. If token generated then only we can access their API.
Kindly suggest the steps how can use it in Blue Prism.
Thanks & Regards,
Venkateswara Rao G
30-11-22 12:37 PM
12-12-22 05:51 AM
Hi @ewilson,
As you suggested above, we have used Load Certificate action and we are getting Certificate ID and we are passing this Certificate ID into HTTP Request Action as shown below. Now we are getting error as "errorcode":"oauth.v2.InvalidAccessToken" because we are not supplying any token for request.
Note: We are using AOuth2.0 authentication. Kindly help us where to pass Token url, Client ID and Client secret key.
Thanks & Regards,
Venkateswara Rao G
12-12-22 12:14 PM
15-08-24 04:25 AM
Hi,
Is it possible to bypass load certificate and enter the cert thumbprint manually? We tried doing so and not able to connect throwing error "the given key is not found in dictionary"
it's working if we first load certificate then only run http request