As mentioned on https://developer.atlassian.com/cloud/confluence/security-overview/ following are three different Authentication available for Confluence:
1. Basic authentication
2. Atlassian Connect JWT authentication
3. Atlassian Connect OAuth 2 JWT token exchange
Currently I am using first that is Basic Authentication for REST API requests. Can I use Atlassian Connect JWT authentication and Atlassian Connect OAuth 2 JWT token exchange for REST API request from my app or these two are only for Atlassian Connect app?
Hi!
I am server side using app links like this
ApplicationLink applicationLink = ComponentAccessor.getComponentOfType(ApplicationLinkService.class).getPrimaryApplicationLink(JiraApplicationType.class);
But my app works with other Atlassian products, hence it based on SAL API.
Therefore I don't need to think about Oauth connection, it is delegated to admin/configuration side.
Hope it helps
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.