Hi all,
We have an on premise CRM2016 environment. We need to make a call to an endpoint that is on a windows 8 platform and uses oauth 2 claims authentication. The endpoint won't let us in until we have a security token (which we would get from ADFS as we are both in the same domain, we have the tenant and the client id, from a call to the apps configuration endpoint). My question is how do we get this security token?
Our guys who developed the application say we can't get it from server side (so can't do it in a plugin). We have looked at ADAL.js but this seems to be for apps where you have access to the app.config
I'm totally baffeled by all this :-(
Regards
Chris