Merge pull request #17 from ssilvert/groups-chapter

Minor changes to groups chapter.
This commit is contained in:
Bill Burke 2016-06-03 16:13:52 -04:00
commit 05f2b54b5f
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
<<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[]

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