Also separate topic. I have another FR request. It...
# ask-a-descoper
c
Also separate topic. I have another FR request. It would be great if we could disable a user for a specific tenant. right now disable seems to be a cross tenant concept and that can cause issues for us because we want to disable a user for a specific tenant not all of them since we have multi-tenancy
thinking about this more I actually don't see how you can solve this easily. since login is tenant agnostic. looks like we will need to do this ourselves
s
Can you elaborate a bit on the use case ? Why you need to disable for a specific tenant ? One simple way to achieve it, is removing the user from the tenant , or using roles ( having disabled role in that tenant , and block on your backend )
c
ohhh interesting!
yeah so for right now we were hoping to just click a button on the descope platform at a user won't be able to login.
and disable works but thats right we can just remove a tenant instead
s
Or add disabled role for that user in that tenant
Wherever makes more sense for you
c
ohhh interesting! thank you!!! I'll try that
s
👍