Hi everyone,
Following this warning from Atlassian, I modified a Jira cloud plugin code to comply but there is still a pending question : what about the configure page ?
My atlassian-connect.json file contains
"configurePage": {
"url": "/plugin/adminPagePro",
"key": "configure",
"name": {
"value": "My plugin Setup Page"
}
},
but when this page is called because an admin hit the “configure” button in the manage apps
page, the server is only receiving jwt value as a query param, not an authorization header. I was expecting to get both until 31/08/2023 to help the transition, right ?
What did I miss ?
Thanks a lot for your help,
Best regards,
Sylvain