-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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 administration with profile / permission #17
Labels
Milestone
Comments
Spring Security has the notion of groups, which is very similar to your request, so this probably what we should use. |
erikkemperman
pushed a commit
to erikkemperman/generator-jhipster
that referenced
this issue
Dec 3, 2017
Infinispan - initial commit - add attributes
erikkemperman
pushed a commit
to erikkemperman/generator-jhipster
that referenced
this issue
Dec 3, 2017
removed duplicated spring-boot-starter-thymeleaf
erikkemperman
pushed a commit
to erikkemperman/generator-jhipster
that referenced
this issue
Dec 4, 2017
Infinispan - initial commit - add attributes
erikkemperman
pushed a commit
to erikkemperman/generator-jhipster
that referenced
this issue
Dec 4, 2017
removed duplicated spring-boot-starter-thymeleaf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would be nice to have an administration panel where we can create "Profiles" and map a profile with a list of roles and permissions (or similar)
Role would be Administrator, User
A permission would be CAN_EDIT_SOMETHING, CAN_ADD_SOMETHING etc.
A user could have N Profile
If think it's quite a common feature, but it should be optionnal (LDAP or other)
The text was updated successfully, but these errors were encountered: