Files
dify/api/services
GareArc ddca38d573 fix: centralize access_mode validation and support sso_verified
- Add ALLOWED_ACCESS_MODES constant to centralize valid access modes
- Include 'sso_verified' in validation to fix app duplication errors
- Update error message to dynamically list all allowed modes
- Refactor for maintainability: single source of truth for access modes

This fixes the issue where apps with access_mode='sso_verified' could not
be duplicated because the validation in update_app_access_mode() was missing
this mode, even though it was documented in WebAppSettings model.
2026-02-13 23:26:53 -08:00
..
2026-02-09 14:57:23 +08:00
2026-02-09 14:57:23 +08:00
2025-10-21 11:26:58 +08:00
2025-09-22 23:07:09 +08:00
2025-11-22 13:53:58 +08:00