mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 01:15:14 +00:00 
			
		
		
		
	Oauth2 support
This commit is contained in:
		@@ -7,7 +7,7 @@
 | 
			
		||||
		"enum": [
 | 
			
		||||
			"local",
 | 
			
		||||
			"ldap",
 | 
			
		||||
			"oidc"
 | 
			
		||||
			"oauth"
 | 
			
		||||
		]
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -24,7 +24,7 @@
 | 
			
		||||
		},
 | 
			
		||||
		"type": {
 | 
			
		||||
			"type": "string",
 | 
			
		||||
			"pattern": "^(local|ldap|oidc)$"
 | 
			
		||||
			"pattern": "^(local|ldap|oauth)$"
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -53,7 +53,7 @@
 | 
			
		||||
				},
 | 
			
		||||
				"type": {
 | 
			
		||||
					"type": "string",
 | 
			
		||||
					"pattern": "^(local|ldap|oidc)$"
 | 
			
		||||
					"pattern": "^(local|ldap|oauth)$"
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
		},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user