Need Help with SSO Integration Between Atlassian Forge and Django

I’m working on integrating my Atlassian Forge application with my Python / Django website and need assistance with implementing Single Sign-On (SSO) to allow users to access the Django site without separate authentication.

  1. Choice of SSO Protocol: Which SSO protocol is recommended for this integration?
  2. Django SSO Library: Any Django SSO libraries you’d recommend for this?
  3. Configuration: What are the essential configuration steps for a secure SSO connection?
  4. User Mapping: How can I map users between Atlassian Forge and Django effectively?

Your insights and experiences would be greatly appreciated. Thank you!