You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to register JWT post endpoint API gateway use in OIC

I have a token rest URL having x-www-form-urlencoded body parameters

"client_id" : "****,

 "client_secret" : "xxxaavvbb",

 "scope" : "service.monitoringxxx",

 "grant_type" : "client_credentials"


and post token URL https://****.com/token

------------------------------------------------------------------------------------------------------------------------

this would generate JWT which I am using in Oracle integration which accepts authentication as Bearer token generated from above

How can I configure this endpoint on API Gateway I followed a lot of docs on google now helped much.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!