we have created forge app and need to call external API to get some information of our external API. We have implemented authentication before return the response. How we make sure the API is called from JIRA forge app only.
Hi @Ritesh Khatri. If your external API utilizes OAuth 2.0, there see the Forge docs on external authentication.
Additionally, you can have your external API service check the hostname/IP address of the incoming request (from Atlassian). See this page for IP addresses and domains for Atlassian cloud products.
thanks for answering.
the link you have gave that is part of the forge app code. But my concern is calling external API. In which i want to authenticate in external API which developed in node.js or .net core. Where i can validate the token is valid or called from the valid JIRA forge app call.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.