I’d like to share links to a dashboard on tenancy B, but the default tenancy for everyone is A. So when the receiver receives the link this is what they have to do:
open the link, get redirected to login page
login
manually select tenancy B
Is there a way to skip the third step, by putting the tenancy in the URL somehow, so that the flow can be smoother ?
Unfortunately I’m not admin of our instance and am not in a position to try anything out. However if this makes it in the next version I’ll make sure push to include it !
@Matthieu I forgot to follow up on this, sorry. It has been fixed. The syntax to send someone a link to a specific tenancy is the following:
If you want to show this link https://kibana:5601/some/dashboard using this tenancy tenancy1, you send this link: https://kibana:5601/switch-group?group=tenancy1&redirectTo=https://kibana:5601/some/dashboard
This link will take the user to a login page if necessary, and then switch tenancy, and land into the desired dashboard.
The above works with ROR Enterprise >= 1.35.0 (to be soon released)