Trigger OIC Integration REST API using OAUTH2
Content
Does OIC support Triggering OIC Integration REST API call with OAUTH2 ? We have a web application where user invokes the OIC Integration through REST API. We wanted to use OAUTH2 and grant type as client credentials , as we dont want any explict action to say allow or deny or enter credentials in IDCS login. Instead by using client credentials grant type, we would like to just pass the token received and get the access to resource.
We are able to get the token successfully with Client Credentials grant type but after passing token, we get 401 unauthorized error. If we use Authorization code to obtain token, there is an IDCS login prompt coming which we dont want
0