ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: Setting up SAML 2.0 for a specific tenant It won't be neccesary. We have two configurations, one works just fine. Thanks for asking. Re: Setting up SAML 2.0 for a specific tenant Yes, but it could be due to our internal configuration. Re: Setting up SAML 2.0 for a specific tenant Hi Anonymous I tried to access my new tenant with the tenant admin user, however, I got the next error: I did enabled the SSO Configuration, and the SSO permissions toggles as seen in the image below. I also set in SAML 2.0, the Single Sign On Login and Logout URLs as well as the certificate. However, I cannot access the new created tenant. Do you know what exactly is causing this issue? Setting up SAML 2.0 for a specific tenant I have two tenants (system tenant and a new one created). I believe that under: Admin > Security & Access > Single Sign On, the General configuration applies only for the system tenant (default one), however, I need to set up a different SAML 2.0 data (such as Remote Login URL, Remote Logout URL) only for the new tenant, unfortunately, I see no information in Sisense documentation, neither in any version (0.9, 1.0, 2.0) of the REST API endpoints. SolvedRe: Migrate users from one tenant to another Hey DRay I added my solution in this page so other people get to know what I did to solve this issue. Re: Migrate users from one tenant to another I was able to add a user in a specific tenant using the next payload using REST API version 1.0: { "email": "alejandro.duran@mycompany.com", "userName": "alejandro_ran", "firstName": "Alejandro", "lastName": "Ran", "roleId": "5fbc47b1ded309103e86c131", "groups": [ "5fc300cf435a06002d5c8d65", "2df32132be402c002c2c9886", "5894da88e5a7ed001a54516f" ], "tenantId": "88620637367dfe002dfa9e80", "preferences": { }, "uiSettings": {} } Re: Migrate users from one tenant to another I managed to solve this. Migrate users from one tenant to another I want to migrate users from one tenant to another; I exported the first tenant users as well as their related data, then I deleted the users so I can recreate those users in the second tenant, I tried to use the REST API tool to add a new user, however, I'm getting an "Error: response status is 422" message as seen in the images below: This is the payload I'm using to recreate the user: [ { "_id": "665643c6367dfe002dfa9e7f", "roleId": "5fbc47b1ded309103e86c139", "userName": "alejandro_gran", "firstName": "ALEJANDRO", "lastName": "GRAN", "email": "alejandro.gran@mycompany.com", "groups": [ "5fc300cf435a06002d5c8c25", "5fc30117be402c002c2c9955", "628bfc96c760f7002cd49da8", "6137da88e5a7ed001a54935f" ], "active": true, "pendingExpiration": "2024-06-04T20:51:18.614Z", "created": "2024-05-28T20:51:18.614Z", "lastUpdated": "2024-05-28T21:06:24.121Z", "lastLogin": "2024-05-28T21:06:24.121Z", "activationExpires": 1717534278614, "tenantId": "null", "manifest": { "tenants": { "crossTenant": { "allowed": false } } }, "internalGroups": [ "62bb52c0a3df55001b5cbeff" ], "preferences": {}, "lastActivity": "2024-05-28T21:06:24.055Z", "uiSettings": { "ecmNext": { "dataPage": { "hideListViewGuider": true }, "guidersShown": { "addData": true, "ecActions": true, "dashboards": true } } } } ] SolvedRe: Tenants migration Thank you for the information DRay ! That's really helpful. Have a great day as well! Tenants migration I'm a new user using the Sisense platform as a Developer. I'm planning to create two tenants for two apps (second app will be ready in the future) in one server, however, before implementing tenants, I need to know if it is possible to migrate users from one tenant to another I've spent time reading the Sisense documentation, nevertheless, it is not clear if it is possible to achive such thing. Any help would be much appreciated! Solved