Sisense Community logo
    • Community Feedback
    • Chapters
    • Events
    • Forums
      • Help and How To
      • Product Feedback Forum
      • Strategy & Use Cases
    • Blogs
    • KB Docs
      • KB Docs
      • Add-Ons & Plug-Ins
      • APIs
      • Best Practices
      • Blox
      • CDT
      • Cloud Managed Service
      • Data Models
      • Data Sources
      • Embedding Analytics
      • How-Tos & FAQs
      • Onboarding
      • PySisense
      • Security
      • Sisense Administration
      • Sisense Intelligence & AI
      • Troubleshooting
      • Widget & Dashboard Scripts
    • Support
    • Learning
      • Sisense Academy: Free Courses and Certifications
      • Official Developer Documentation
      • Official Product Documentation
      • Official Sisense Youtube Channel
      • Sisense Compose SDK Playground
      • Official Sisense Discord
    • Use Case Gallery
    Discussions
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
    Discussions
    • TagsChevronRightIcon
    SSO
    • Rafael Ferreira
      • Help and How-To
               
      Rafael Ferreira
      How to add user from Auth 0 into Sisense?
                               

      Hello DRay​   and community, I am looking to see if I can add the users I already created in Auth 0 to Sisense. Has anyone ever done this or is there any information on how to do this if plausible?

      8 months agolast reply 6 months ago
      9
               
    • Chris Wallingford
      • Help and How-To
               
      Chris Wallingford
      Who's doing multitenancy?!
                               

      Referencing this table of tenant segregation levels , we have been doing the Internal Capabilities approach for 8 years (user groups and JWT with our own SSO router which predates the one in the marketplace). We recently migrated from Windows to Linux and would like to find a way for our staff to manage the Sisense environment via SSO using Entra ID. We're building an intermediate solution but are also considering Sisense Tenants. We assume, without having done a POC, that we'll be able to configure the system tenant to use Entra, while configuring the tenants to use the JWT we're currently using. We are drawn to allowing our clients to use the  All Dashboards feature within their tenant. We will supress their access to White Labelling and SSO. We use Live Models, not Elasticubes. We expect some positive feedback on clients having some access to review their data models as well.  We realize that we have to migrate our clients into the Sisense Tenants if we go that route. My question for YOU then... If you use Sisense Tenants, how's it going? What's your scenario and how has this feature supported you? Has it let you down in any way? If you don't use Sisense Tenants, why not? Is there something to your multitenancy that Tenants doesn't support (e.g. Report Manager)? Any other thoughts, advice or feedback... things I should consider and questions I should be asking? Thanks in advance!

      8 months ago
      0
               
      • SecurityChevronRightIcon

      Setting Up SSO SAML 2.0 With Keycloak

                                               

      Keycloak supports applications that support SAML 2.0, such as Sisense. This page describes how to add Sisense to Keycloak and configure SSO-support with SAML 2.0 by creating a Keycloak client and connecting it to Sisense. This article assumes you have a Keycloak IdP Server configured. Note : This page reflects a 3rd party’s application which may change. If the steps described here do not match what you see in your Keycloak account, you can use the generic Sisense  SAML documentation , along with the IdP’s documentation . Connecting Sisense To Keycloak To connect Sisense to Keycloak : Download sisense_client_config.json  to your PC. Log in to your Keycloak's admin console ( http://localhost:8080/auth/admin/ ) Select Clients from the left menu. Click Create .  In the Add Client window click Select File . From the file explorer popup window locate the file downloaded in Step 1 and click Open . Back in the Add Client Window click Save . In the Settings tab of the opened Sisense client page expand the  Fine Grain SAML Endpoint Configuration section . In the  Assertion Consumer Service Redirect Binding URL filed replace "localhost:8081" with your domain name. If using secure connection, replace "http" with "https". Updated value of the Assertion Consumer Service Redirect Binding URL  to match the value of the  Assertion Consumer Service Redirect Binding URL  (from the previous step.) Click Save . Click on the Installation tab. From the Format Option, select Mod Auth Mellon Files and click Download . Extract the downloaded  keycloak-mod-auth-mellon-sp-config.zip . Open the idp-metadata.xml file from the extracted folder. Open your  Sisense web application. Go to the Admin tab and click on the Single Sign On menu item. Select SAML 2.0 as the Method option. In the  idp-metadata.xml file locate the following element. <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="http://localhost:8080/auth/realms/Sisense/protocol/saml" /> <SingleSignOnService> 20. Copy the value of the Location attribute to the Remote Login URL  field in Sisense. 21. In the  idp-metadata.xml file locate <dsig:X509Certificate> . 22. Copy the value of the X509 certificate to the  Public X.509 Certificate  filed in Sisense.   23. Enable Single Sign On by clicking the switch button. 24. Click Save .

      intapiuser
      intapiuserPosted 3 years ago
      0