Request as App (Forge app) in Spring Boot server

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!

1 Like

@haipham,

No. Basic Auth using API tokens can only authorize as the user who created the token.

1 Like

Thanks a lot !