Hi all,
I followed steps below to conficgure external service Token in OFSC
https://docs.oracle.com/en/cloud/saas/field-service/19b/cxfsc/OFSC_Configuring_OAuth_2_0_Authentication.html
In the Field Service Cloud Manage interface, click Configuration and select Applications.
In the left pane, select the application to configure token service.
Under General info, ensure that the Active check box is selected.
Select Token service as External.
Under Authentication settings, select the Authentication using external access token check box.
Click Upload and upload your external token service's signing key certificate.
Before calling REST API , I'm validating my accessToken againts uploaded certifacte, and it's sucessfully validated. but when I call Any OFSC REST API using this accessToken as Oauth2 or bearerToken from postman, I'm getting 401.
if I switch using Authenticate using Client ID/Client Secret it went well.
What I am missing.
Many Thanks.