Visiting IFrame dashboard deletes user from group

Hello,

I encountered strange bug. Let’s start with the context:

I have created folder: muminek then removed all access. Only group called muminek_group left in access with label View. muminek_group contains 7 users.

Then I went to my website with embedded Looker iframe and logged in as one of those 7 users from muminek_group. I get response that I am not allowed to see the dashboard and user (that I’m currently logged in) is deleted from muminek_group. I believe it is a bug, but maybe I forgot about something?

Cheers,
Kornel

0 6 190
6 REPLIES 6

Florencia1
Participant I

Hello! I have the same issue.. Any solution or workaround?

leobardor
Participant V

Hi Kornel. 

1.Which version are you using?

2. Please share a sample of the URL generated.

I had a similar issue when using an empty array in python. If you are using only groups to manage access, you should use []   (not [''])

Best regards! 

Leo

leobardor
Participant V

lol I replied an old thread, anyway! The answer was  on using  empty arrays without quotes

Florencia1
Participant I

Thanks for the quick response!

mmm

We’re using V3.

This is an example:

 "token": "https://lendx.cloud.looker.com/login/embed/embed%2Fdashboards%2F3?external_user_id=%22xxxxxx%22&last..."

Thanks in advance!

leobardor
Participant V

Thanks for the quick response!

mmm

We’re using V3.

This is an example:

 "token": "https://lendx.cloud.looker.com/login/embed/embed%2Fdashboards%2F3?external_user_id=%22xxxxxx%22&last..."

Thanks in advance!

Hi Florencia

It looks like your URL is missing “groups_id” parameter:

26f27ce2-4c85-411a-8aad-3c3f9112a475.png

URL of reference:

https://docs.looker.com/reference/embedding/sso-embed#parameters

Best regards,

Leo

Florencia1
Participant I

Thanks for the suggestion Leobardor! We’ll try with this config and I’ll let you know.

Regards!