Generate an access token in C# | Community
Skip to main content
Level 3
July 31, 2021
Solved

Generate an access token in C#

  • July 31, 2021
  • 2 replies
  • 1869 views

Are there any examples of how to generate an Adobe Campaign Standard JWT or access token in C#? 

thank you

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by acc_acs
I use Logic Apps with code .Net to generate JWT for my integrations.

2 replies

acc_acs
acc_acsAccepted solution
Level 3
August 3, 2021
I use Logic Apps with code .Net to generate JWT for my integrations.
Level 3
August 3, 2021
Thank you paulogalan for the reply. Do happen to have a sample of your code you could share? much appreciated!
acc_acs
Level 3
August 16, 2021

Into our Logic Apps, we call the Function App to run JWT Token Access. Some like this:

 

Later, into the Function App, run the code.

 

 

Parameters that we use into the code:

 

 

 

 

Level 3
August 16, 2021

This is fantastic, thank you very much paulogalan! Very much appreciated!

Hate to ask; could you pls share the entire code where the JWT is generated in the function? Copy and paste the text kindly, if possible.

 

 

Thanks again,

JohnnyBravo