Minor changes to groups chapter.

This commit is contained in:
Stan Silvert 2016-06-03 14:16:15 -04:00
parent 87f784f6d1
commit db0b530832
2 changed files with 4 additions and 4 deletions

View file

@ -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[]

View file

@ -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.