Développer ma barre des réalisations de la Communauté.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.

RÉSOLU

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 solution acceptée

Avatar

Réponse correcte par
Level 5
I use Logic Apps with code .Net to generate JWT for my integrations.

Voir la solution dans l'envoi d'origine

4 Replies

Avatar

Réponse correcte par
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