Our App isn’t authenticating with accountId accessKey as follows:
New API AccessKey Structure to use an issuer of JWT:
<TenantId> <AccountId> <ServiceName>
Earlier we had as follows and it was working fine to use an issuer of JWT:
<TenantId> <UserKey> <ServiceName>
Now for GDPR compliance we had to support both of them for our customer until the end of the deprecation period.
Note: When we add the following:
“apiMigrations”:
{ “gdpr”: true }
in atlassian-connect descriptor. Only accountId AccessKey is working, but userKey AccessKey isn’t working.
Error Message from Jira:
“Your presented credentials do not provide access to this resource.”