Is there a way to have SSO using Atlassian for our external Django application?

20 Views Asked by At

We created a Forge app and we have an existing Django/Python application. Our forge app app has a connect button and when the user clicks it we want the user to automatically login with the credentials from Jira. Is there a way of possibly doing that?

We followed Django-OAuth-Toolkit documentation to build an OAuth 2.0 provider. We managed to get our access token using bash.

We followed the documentation on the Atlassian website for External OAuth 2.0 for Forge apps. But we could not get that working. We were expecting some type of response using the Google provider but kept getting errors. We aren't sure exactly what to do after this. The documentation vague.

0

There are 0 best solutions below