9 lines
		
	
	
		
			231 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			231 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ### Adding clients
 | |
| 
 | |
| Generate a new secret + hash:
 | |
| ```
 | |
| k exec -it  -n authelia deployments/authelia -- authelia crypto hash generate pbkdf2
 | |
| ```
 | |
| 
 | |
| give the client the hash, store the secret in `authelia-oidc.secret.yaml` and seal it.
 |