How to register JWT post endpoint API gateway use in OIC
in Integration
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.
0