Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In a multi tenant setup I see a lot of orphan users that I guess is from other tenants. This is normally not that big of a deal but sometimes(?) they are getting the entitlement "Full user" which creates problems because everyone gets looked out because of allotment/licensing errors.
Can I somehow keep users local to a tenant? Except for tenant admins no users have access to more than 1 tenant.
Next question is how do I only grant "Full user" entitlement to tenant admins and not just any user by default?
And, after changing them to "Basic user" they are reverted to "Full users" when they have viewed apps that are embedded.
Kind regards
Johan
One part containing some answers are found here
It seems like my mystery changes to "Full user" are caused by this:
"
When a user logs in to Qlik Cloud, the access rights of a Basic User are validated according to the following criteria:
If the user only has the Has restricted view role in managed spaces, the user is assigned the Basic User entitlement.
If the user has permissions above what is included in the Has restricted view role, the user is assigned Full User entitlement.
"
The next question then is how to easily turn of the automatic assignments for users who should only read managed space.
And to localize them to one tenant.
Kind regards
Johan
You answered some of the questions, but rolling it all up for others to:
Hi @DaveChannon,
I will mark your answer as accepted since it covers a lot of the questions.
There are some side questions though.
1. How to best remove automatic assignments in a tenant created through API? This example talks about groups and analyzer/professionals which doesn't seem applicable. Or is it part of the oauth client setup? Does that one determine which permissions are auto assigned?
2. I noticed that Managed spaced created through API has restricted view turned off, only the creator can see/interact with it. Which API call opens up that?
Kind regards
Johan
So on 1, do a patch on groups to deallocate all roles, much like what we have in this section (but remove everything from 000000000000000000000001): https://qlik.dev/manage/tenants/tenant-features/#configure-application-automation - that should solve it. Then you add back relevant roles to your groups/ users as required. Probably we should update the docs to call out this step for capacity subscriptions.
For 2, this is not expected behaviour. Anyone with a management role in the space should be able to see the restricted view, could you PM me some details on this one if this isn't what you're seeing?