website/docs: add group hierarchy docs
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		
							
								
								
									
										13
									
								
								website/docs/user-group/group.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								website/docs/user-group/group.md
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,13 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: Group
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Hierarchy
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Groups can be children of another group. Members of children groups are effective members of the parent group.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					When you bind a group to an application or flow, any members of any child group of the selected group will have access.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Attributes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Attributes of groups are recursively merged, for all groups the user is a *direct* member of.
 | 
				
			||||||
@ -30,6 +30,7 @@ Some applications can be configured to create new users using header information
 | 
				
			|||||||
underneath `additionalHeaders`:
 | 
					underneath `additionalHeaders`:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### Example:
 | 
					#### Example:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
additionalHeaders:
 | 
					additionalHeaders:
 | 
				
			||||||
  REMOTE-USER: joe.smith
 | 
					  REMOTE-USER: joe.smith
 | 
				
			||||||
 | 
				
			|||||||
@ -12,7 +12,8 @@ module.exports = {
 | 
				
			|||||||
            type: "category",
 | 
					            type: "category",
 | 
				
			||||||
            label: "Users & Groups",
 | 
					            label: "Users & Groups",
 | 
				
			||||||
            items: [
 | 
					            items: [
 | 
				
			||||||
                "user-group/user"
 | 
					                "user-group/user",
 | 
				
			||||||
 | 
					                "user-group/group",
 | 
				
			||||||
            ]
 | 
					            ]
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user