mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Merge branch 'main' of https://github.com/juanfont/headscale
# Conflicts: # CHANGELOG.md
This commit is contained in:
		
						commit
						b6d324be69
					
				@ -4,6 +4,12 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- Add ability to connect to PostgreSQL over TLS/SSL [#745](https://github.com/juanfont/headscale/pull/745)
 | 
					- Add ability to connect to PostgreSQL over TLS/SSL [#745](https://github.com/juanfont/headscale/pull/745)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## 0.16.3 (2022-08-17)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Changes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Fix issue with OIDC authentication [#747](https://github.com/juanfont/headscale/pull/747)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 0.16.2 (2022-08-14)
 | 
					## 0.16.2 (2022-08-14)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Changes
 | 
					### Changes
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								oidc.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								oidc.go
									
									
									
									
									
								
							@ -318,7 +318,7 @@ func extractIDTokenClaims(
 | 
				
			|||||||
	idToken *oidc.IDToken,
 | 
						idToken *oidc.IDToken,
 | 
				
			||||||
) (*IDTokenClaims, error) {
 | 
					) (*IDTokenClaims, error) {
 | 
				
			||||||
	var claims IDTokenClaims
 | 
						var claims IDTokenClaims
 | 
				
			||||||
	if err := idToken.Claims(claims); err != nil {
 | 
						if err := idToken.Claims(&claims); err != nil {
 | 
				
			||||||
		log.Error().
 | 
							log.Error().
 | 
				
			||||||
			Err(err).
 | 
								Err(err).
 | 
				
			||||||
			Caller().
 | 
								Caller().
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user