Hi everyone,
I am using unirest-java to call rest API with basic auth from SpringBoot app. I wonder if have any way to call Jira api like asApp in forge app or authenticatedAsAddon in connect-app from my SpringBoot app.
Thanks for helping me!
Hi everyone,
I am using unirest-java to call rest API with basic auth from SpringBoot app. I wonder if have any way to call Jira api like asApp in forge app or authenticatedAsAddon in connect-app from my SpringBoot app.
Thanks for helping me!
No. Basic Auth using API tokens can only authorize as the user who created the token.
Thanks a lot !