Minor changes to groups chapter.
This commit is contained in:
parent
87f784f6d1
commit
db0b530832
2 changed files with 4 additions and 4 deletions
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
Default groups allow you to automatically assign group membership whenever any new user is created or imported through
|
Default groups allow you to automatically assign group membership whenever any new user is created or imported through
|
||||||
<<fake/../../user-federation.adoc#_user-storage-federation, User Storage Federation>> or <<fake/../../identity-broker.adoc#_identity_broker, Identity Brokering>>.
|
<<fake/../../user-federation.adoc#_user-storage-federation, User Storage Federation>> or <<fake/../../identity-broker.adoc#_identity_broker, Identity Brokering>>.
|
||||||
To specify _default groups go to the `Groups` left menu item, and click the `Default Groups` tab.
|
To specify default groups go to the `Groups` left menu item, and click the `Default Groups` tab.
|
||||||
|
|
||||||
.Default Roles
|
.Default Groups
|
||||||
image:../../{{book.images}}/default-groups.png[]
|
image:../../{{book.images}}/default-groups.png[]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ In {{book.project.name}}, Groups are just a collection of users that you can app
|
||||||
Roles define a type of user and applications assign permission and access control to roles
|
Roles define a type of user and applications assign permission and access control to roles
|
||||||
|
|
||||||
Aren't <<fake/../../roles/composite.adoc#_composite-roles,Composite Roles>> also similar to Groups?
|
Aren't <<fake/../../roles/composite.adoc#_composite-roles,Composite Roles>> also similar to Groups?
|
||||||
Logically they provide the same exact functionality, but the difference is conceptual
|
Logically they provide the same exact functionality, but the difference is conceptual.
|
||||||
Composite roles should be used to apply the permission model to your set of services and applications.
|
Composite roles should be used to apply the permission model to your set of services and applications.
|
||||||
Groups should focus on collections of users and their roles in your organization.
|
Groups should focus on collections of users and their roles in your organization.
|
||||||
Use groups to manage users, composite roles to manage applications and services.
|
Use groups to manage users. Use composite roles to manage applications and services.
|
||||||
|
|
Loading…
Reference in a new issue