Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Hello I am trying to buld a post api from wordpress to adobe campaign and I am wondering how to extend the access token expiry length. Having it expire after
Gelöst! Gehe zu Lösung.
Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.
Zugriffe
Antworten
Likes gesamt
Hi,
You can get a JWT generation token python script from Adobe Support and update the expiry_time (see screenshot below)
Thanks,
David
Zugriffe
Antworten
Likes gesamt
Hi @Seanie2,
Access tokens are by default set to valid for 24hours. You can't change/extend expiry of access token.
In addition JWT Tokens are an open standard. Using a standard or open source library along with their private key to programmatically generate a JWT tokens. They then use their own generated JWT token to authenticate with adobe.io and exchange it for an API access token to use in subsequent calls to interact with adobe campaign.
You can use libraries listed here to setup token exchange programmatically.
https://www.adobe.io/authentication/auth-methods.html#!AdobeDocs/adobeio-auth/master/JWT/JWT.md
Thanks, SK
Zugriffe
Antworten
Likes gesamt
Zugriffe
Antworten
Likes gesamt
Zugriffe
Antworten
Likes gesamt
Hi,
You can get a JWT generation token python script from Adobe Support and update the expiry_time (see screenshot below)
Thanks,
David
Zugriffe
Antworten
Likes gesamt
Zugriffe
Antworten
Likes gesamt
Hi @Seanie2
Github repo where you can find PHP code example for JWT creation and reference method that exchanges JWT with Adobe IMS Endpoint to retrieve an access token.
Thanks,
David
Zugriffe
Antworten
Likes gesamt
Zugriffe
Likes
Antworten