Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We should be able to limit a user action to the app scopes #146

Open
blanchonvincent opened this issue Apr 28, 2019 · 5 comments
Open

We should be able to limit a user action to the app scopes #146

blanchonvincent opened this issue Apr 28, 2019 · 5 comments
Assignees
Labels

Comments

@blanchonvincent
Copy link

Problem

We would like to create a user action that is restricted to the users that have registered to specific app(s).

Solution

We could add a the list of the apps with checkbox

Screen Shot 2019-04-28 at 8 40 26 AM

This action will be displayed only to the user that are registered to the app we have checked.

How to vote

Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.

@robotdan
Copy link
Member

To clarify, the User Action is scoped to an application at the time it is applied. You would like to create the User action as scoped to a particular application(s) ahead of time such that it may ever only be applied to the pre-determined applications?

@blanchonvincent
Copy link
Author

To clarify, the User Action is scoped to an application at the time it is applied
I am not sure to understand that. Where in FusionAuth can we scope a user action to an application?

@robotdan
Copy link
Member

Hi @blanchonvincent sorry for the delay, this one fell under the radar.

When the action is taken on a user, an Application can be specified with the exception of an action that restricts login. For example, in the attached screenshot, I am taking an action on a user, and selecting just one application.

image

Will this satisfy your requirement? Or are you asking to create the action with a pre-determined, one or more applications that the action can ever be taken on?

@blanchonvincent
Copy link
Author

blanchonvincent commented May 14, 2019

Or are you asking to create the action with a pre-determined, one or more applications that the action can ever be taken on?

yes exactly.

Let's say I have three app, X, Y and Z.
When I create the action "Mute", I will say (during the creation) that this action can be taken on user that have subscribed the app X or Z.

So if I go to the profile of the user A that subscribe app X, Y, I can use this action on him.
If I go to the profile of the user B that subscribe app Y, I cannot use this action on him.

@robotdan
Copy link
Member

Ok, thanks @blanchonvincent for that additional context, I understand the feature request.

@robotdan robotdan self-assigned this May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants