Thank you ROGER,
I followed the documentation but when i attempted the process, i encountered the following error :
FNRCE0040E: E_NOT_AUTHENTICATED
it seems i may need to adjust my configuration in WebSphere. Do you have any documentation on how to configure ADFS with IBM WebSphere so that FileNet can validate the token ?
Thank you for your help,
------------------------------
Fred TOMMY
------------------------------
Original Message:
Sent: Tue August 20, 2024 10:14 PM
From: ROGER Bacalzo
Subject: API bearer Authentication
See this documentation link on using the OpenTokenCredentials API
https://www.ibm.com/docs/en/filenet-p8-platform/5.6.0?topic=authentication-single-sign-integrations-via-content-engine-api-bearer-token
You are responsible for obtaining the OAuth access_token or id_token in your application code. Consult ADFS documentation on how to obtain this token for your logged in user. Once you have this token, you pass it along with the username of the logged in user to the OpenTokenCredentials API. Then execute your FileNet API operations as shown in that documentation link.
------------------------------
ROGER Bacalzo
------------------------------