Does anyone have documentation on setting up an Auth0 integration with JasperSoft Server? JasperSoft has documentation for OKTA but none for Auth0.
Hi @kpaynter
Welcome back to the Auth0 Community!
Currently, there are no out of the box integrations with JasperSoft that Auth0 offers.
I am not too familiar with JasperSoft, however, you might be able to configure an OIDC/SAML connection if they have the necessary endpoints/information available.
For an OIDC connection you would need:
- OIDC Discovery URL
- Client ID
- Client Secret (if you are using BackChannel Communications)
For an SAML connection, you would need:
- SignIn URL
- X509 Signing Certificate
I would recommend reaching out to them regarding these possible implementations and what options they do offer.
Kind Regards,
Nik
Hi Nik, Thanks for the reply. Jaspersoft has documentation on OIDC integration with OKTA. I am working on adapting that to Auth0 OIDC.