feat: bypass sso_verified apps

This commit is contained in:
GareArc
2025-05-26 12:09:30 +08:00
parent 3995f55cbc
commit 467a1f4063
2 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from services.enterprise.base import EnterpriseRequest
class WebAppSettings(BaseModel):
access_mode: str = Field(
description="Access mode for the web app. Can be 'public' or 'private'",
description="Access mode for the web app. Can be 'public', 'private', 'private_all', 'sso_verified'",
default="private",
alias="accessMode",
)