mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Implemented OIDC für LDAP
This commit is contained in:
		| @@ -4,9 +4,9 @@ oauth2_proxy: | ||||
|   port:               "80" | ||||
|   acl: | ||||
|     whitelist: | ||||
|       - "/users/me"     # Necessary for Nextcloud Plugin to work | ||||
|       - "/api/"         # Necessary for Nextcloud Plugin to work | ||||
|       - "/oauth/token"  # Necessary for Nextcloud Plugin to work | ||||
|       - "/users/me"           # Necessary for Nextcloud Plugin to work | ||||
|       - "/api/"               # Necessary for Nextcloud Plugin to work | ||||
|       - "/oauth/token"        # Necessary for Nextcloud Plugin to work | ||||
| ldap: | ||||
|   filters: | ||||
|     administrators:   True    # Set true to filter administrators | ||||
|   | ||||
		Reference in New Issue
	
	Block a user