Is there a request that can be made on the oData service to confirm the current user's identity? A possible solution we've been exploring for our external client application is to provide the authentication cookies from a CRM page as query parameters in
an iframe. The receiving end would authenticate with the cookie values and execute a series of oData requests to validate the user and data context. From there it would display third party data relevant to the CRM page. However, we seem unable to confirm the
current user's SystemUserId from the oData interface.
↧