Hi guys,
We have a question regarding our app’s privacy and security compliance.
We are developing a Confluence Forge app that uses OAuth 2.0 to access data from a Jira site. Currently, we store the OAuth refresh token, access token, and token expiration time (or potentially only the refresh token) in Forge Remote database(Heroku postgre).
Would storing only these authentication tokens be considered “storing personal data” under Atlassian’s policies?
We found an older community discussion stating that OAuth tokens themselves are not considered personal data and therefore do not require personal data reporting: Do I have to implement Personal Data Reporting in my OAuth2 app? . However, as the discussion is several years old, we would like to confirm whether this guidance is still valid.
Additionally, are there any specific requirements, restrictions, or best practices that Atlassian recommends for storing and managing these tokens to ensure compliance with Atlassian’s privacy and security requirements?
Thank you for your clarification.