Thanks for the information.
I have some doubts regarding Adobe Cretive cloud assest events(Adobe IO Events):-
1)what is "sub" key in oauth token respose?
after receiving the authorization code,sending a post request to token endpoint
https://ims-na1.adobelogin.com/ims/token/
and getting the response below:-
{
"access_token": "eyJ4NXU...",
"refresh_token": "eyJ4NXU...",
"sub": "5BEB2BB...@AdobeID",--------what is this used for?
"address": {
"country": "US"
},
"email_verified": "true",
"name": "USERNAME",
"token_type": "bearer",
"given_name": "USERNAME",
"expires_in": 86399985,
"family_name": "USERNAME",
"email": "USERNAME@example.com"
}
2)how webhook integration for creative cloud assets diffrentiating notifications for different users?
In Webhook notification response getting 'xdmImsUser:id' as a key.
are both token key "sub" and xdmImsUser:id' same(nothing but user Id)?