can i configure IDCS application to generate JWT for outbound API call?
Summary:
there decent number of white papers that describe how to configure IDCS to enable JWT/OAuth for inbound API calls to OIC endpoints,
fro example https://wpsbutton.com/oauth-authentication-in-oic/
but i can't find any documents how to enable dynamic JWT support for outbound call from OIC to legacy REST
as pointed below it is clear how to enable static Bearer Token and make successful outbound call to external API, but need solution to provide JWT token for outbound API calls dinamically (with expiration date of 1-2 mins)
Content (required):
we have option to hardcode JWT token as HTTP Authorization header parameter with Bearer prefix, for example as
0