Client Certificate Authentication BY CPI
Client Certificate Authentication BY CPI
1. If Client is sending the certification we will import that certificate and use it
2. We will be sharing our certificate to the client so that they add to the their
system and enable the sending process and hit the CPI
3. For that we need to login to our BTP portal then we create one instance
while creating an instance we have to choose plan as integration flow
4.
7. Now we have to create service key with type as Certificate as shown below
8.
13.Or we can go to Form and in certificate section we will copy that and paste
it in notepad
14.
15.We need to save it as .pem before saving we need to well form the
certificate as shown below
16.
We will create one iflow and used HTTPS Adapter at sender side
We will open service key in that we have clientid, clientsecret and token url we
have to share these details with the source team
Next we will go to postman we will test some data using these details
In the above token is required and these token we have to generate by using the
token url, client id, client secret
We take Grant type as Client credentials and test after successful testing we will
share these details to source