Hi,
We are working on a project using ORDS. We are securing our REST endpoint's using ORDS OAuth2 using client credentials.
Our database requires the ability via PLSQL to know which client has logged in. I am outputting the session variables set from SYS CONTEXT , but can not see anything that gets set automatically so I can see the client that has logged in to the REST API. Ideally I would like to make use of the Client Identifier. Is there anyway to find the client logged in via Oauth2
Many Thanks
Kevin