I'm in trouble some time ago, for the first time I have to implement a client in C # (ASP.NET) that consumes a service exposed by a web application to create clients. I have reviewed different codes on the web like:
but the truth seems to me something very complex for what I need (although from what I have commented I have never worked with this subject).
I have the authentication credentials of the application (id and secret) to request the token, the URI and the structure to authenticate and request the token:
Structure
I hope you can help me please, I'm somewhat out of place and I do not know how to start this client, my doubts are:
- with this information, how can I request the token?
- when you get the token How to send it to get access to the functionalities of the web service?
I know the question is very colloquial, but I hope to be as explicit and simple as possible in my descriptions.
Thanks in advance