CyberSource/cybersource-rest-samples-csharp

Flex Microform token validation

pallu opened this issue · 2 comments

pallu commented

Hi,
Do you have any sample for the token validation in .net? Right now the documentation has only for NodeJS.

There is a TokenVerificationUtility class in the CyberSource dotnet SDK that might be of use.

The FlexTokenizeCard sample makes use of it.

I suspect that's not really what you're after since it seems to be dealing with an old version of the Flex Tokens and not the JWT format tokens that the Flex Microform library currently produces.

any news on the OP question? I'm trying to find up to date documentation on how to validate the JWT transient token received using Flex Microform in javascript and do the validation server side, but I only find old examples using a different token format.