Posts by pcclaro • 31 points
1 post
-
3
votes0
answers235
viewsQ: Web API C# - Validate token generated by another server
I have a basic Oath api, it only generates the token, it is on localhost:1010/Token I have an api with the business rule methods, is on localhost:2020/api How do I validate whether a token is valid…