Hello,
we are developing some web front end extensions in another system that shall fetch via web front end git commit and merge request data from BitBucket and store it within the other system. For (read) accessing Bitbucket the user would need to be authenticated/authorized.
What possibilities would be there for authenticating the user?
Ideally I do not want to save the user credentials/tokens in the other system but either would like the user to authenticate on-the-fly in the web front end extension (running in the other system) or (best case) to reuse the authentication information of the other system.
Thank you