net identity service which returns a token Bearer which I can validate really easy with the authorize attribute. Now my question is how can I validate this token bearer on other.net technology lets say an asmx web service?
basically, I want to decrypt the token to validate it on other services