Web API C# - Validate token generated by another server

Asked

Viewed 235 times

3

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 within the :2020 api ?

Thank you.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.