Web API C # - Validate token generated by another server

3

I have a basic OAth api, it only generates the token, it is in localhost: 1010 / Token

I have an api with the business rule methods, it's at localhost: 2020 / api

How do I validate if a token is valid within the api: 2020?

Thank you.

    
asked by anonymous 15.06.2016 / 00:52

0 answers