Does Auth0 provide SSO for Jira

I have been looking for ways to login to Jira through Auth0 using SSO. But didn’t find the Jira listed in SSO integration

There is no out of the box integration setup, however, according to the documentation it’s possible to use SAML-based SSO with the Atlassian products (https://confluence.atlassian.com/cloud/saml-single-sign-on-939718272.html) so you can configure Auth0 as the SAML identity provider which should achieve what you need. See the previous linked documentation for the configuration requirements on the Atlassian side and also check (https://auth0.com/docs/protocols/saml/saml-idp-generic) for information on how to configure the Auth0 side of things.

Hi, thanks a lot.
Had some confusion as SAML was not listed under SSO Integration. But is available as Add On for the client App.
I am able to configure Auth0 as Identity Provider for Jira.

Hi Amit, you can follow steps here: https://dev.to/amin/atlassian-saml-sso-with-auth0-idp-2jg6

1 Like

Thanks again for sharing this link Amin!