Monday, October 2, 2023

OIC - Gen3 - Connectivity agent basic authentication not supported | Support only OAuth 2.0 for Connectivity agent

New changes for connectivity agent:

  • While using connectivity agent, basic authentication is not supported in generation 3. 
  • To install and use connectivity agent, we need to use OAUTH 2.0 token based authentication in installerprofile.cfg file.
  • Create an agent group and download the config which will have all the details auto generated.
  •  Just then download the connectivity agent, unzip and replace the installerprofile.cfg file.

Navigation>> Go to Design >> agents


Download the agent



We can see client id and secret and scope added.



Download the config for the agent group to be used.




No comments:

Post a Comment

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...