Generate an access token in C# | Adobe Higher Education
Skip to main content
Level 3
July 31, 2021
Beantwortet

Generate an access token in C#

  • July 31, 2021
  • 2 Antworten
  • 1869 Ansichten

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

thank you

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von acc_acs
I use Logic Apps with code .Net to generate JWT for my integrations.

2 Antworten

acc_acs
acc_acsAntwort
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