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

Improve user experience of application role deletion #22229

Open
sadilchamishka opened this issue Jan 10, 2025 · 0 comments
Open

Improve user experience of application role deletion #22229

sadilchamishka opened this issue Jan 10, 2025 · 0 comments

Comments

@sadilchamishka
Copy link
Contributor

sadilchamishka commented Jan 10, 2025

Current Limitation

There are two options to delete an application role.
1 - Un assign the role from the corresponding application.
2 - Delete role.

Either of action cause to execute other action implicitly.
Also, currently we have block the 2nd option.

Suggested Improvement

We can allow both options. No need separate treatment for application roles when considering the deletion. We can allow the 2nd option also.

Each option should indicate the its corresponding implicit operation along with the prompting for consent to execute the operation.

  1. When un assign the role from the application, indicate that corresponding role will be deleted.
  2. When deleting the role, indicate that associations to the corresponding application will be removed.

No need to special case to navigating to 1st flow related view upon triggering the 2nd flow. We can generalize role deletion for org audience and application audience roles to just delete the role but only difference may be the additional note displayed while consenting to delete the role.

Version

IS 7.1.0-m5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant