Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Generate an access token in C#

Avatar

Level 3

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

thank you

1 Accepted Solution

Avatar

Correct answer by
Level 5
I use Logic Apps with code .Net to generate JWT for my integrations.

View solution in original post

4 Replies

Avatar

Correct answer by
Level 5
I use Logic Apps with code .Net to generate JWT for my integrations.

Avatar

Level 3
Thank you paulogalan for the reply. Do happen to have a sample of your code you could share? much appreciated!

Avatar

Level 5

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

paulogalan_0-1629107066997.png

 

Later, into the Function App, run the code.

 

paulogalan_1-1629107067000.png

 

Parameters that we use into the code:

 

paulogalan_2-1629107067009.png

 

paulogalan_3-1629107067016.png

 

 

Avatar

Level 3

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